crispedge.com

Color picker

Loading...

#cc97db hex color - Violet - Warm color - Information

#cc97db hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc97db Color code in RGB color code model is created after adding 80% red color, 59.22% green color and 85.88% blue color. Hex #cc97db Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 31% magenta, 0% yellow and 14% black.

Hex #cc97db color code is between #bb99dd web safe hex color code and #dd88cc web safe hex color code. #bb99dd is the nearest web safe color code. You can see here many more shades of #cc97db color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codecc97db#cc97db
RGB Decimal204, 151, 219rgb(204, 151, 219)
RGB Percent80%, 59%, 86%rgb(80%, 59%, 86%)
CSS RGBa204, 151, 219,1rgba(204,151,219,1)
CMYK Modelcmyk(7%,31%,0%,14%)
HSL Color Space287,49% ,73%hsl(287,49% ,73%)
HSV Color Space287°, 31%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001001011111011011
Octal314227333
Decimal204151219
Hexcc97db

Different shades of #cc97db color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #cc97db
#dfbde8
Dark Shade of #cc97db
#b971ce
Saturated Shade of #cc97db
#d090e2
Desaturated Shade of #cc97db
#c89ed4
Grey scale Shade of #cc97db
#b9b9b9
Brighten Shade
#e5b0f4
Most Readable Shade
#000000

Shades of #cc97db color code

Generate more color scales with scales (color stack) generator.

#cc97db
#b586c2
#9e75aa
#886492
#715379
#5a4361
#443249
#2d2130
#161018
#000000

Similar Color like #cc97db color

Find visually similar hex color codes nearing to #cc97db hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#cd98dc
#ce99dd
#cf9ade
#d09bdf
#d19ce0
#d29de1
#d39ee2
#d49fe3
#d5a0e4
#d6a1e5
#d7a2e6
#d8a3e7
#d9a4e8
#daa5e9
#cb96da
#ca95d9
#c994d8
#c893d7
#c792d6
#c691d5
#c590d4
#c48fd3
#c38ed2
#c28dd1
#c18cd0
#c08bcf
#bf8ace
#be89cd

Monochromatic Color with #cc97db

#cc97db
#060406
#2e2231
#553f5b
#7d5c86
#a47ab0

Tints of #cc97db Color

#cc97db
#d1a2df
#d7aee3
#ddb9e7
#e2c5eb
#e8d0ef
#eedcf3
#f3e7f7
#f9f3fb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#cc97db
#a6db97

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#cc97db
#c8db97
#97dbaa

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#b197db
#be97db
#cc97db
#da97db
#db97cf

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#cc97db
#dbcc97
#97dbcc

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#cc97db
#dbaa97
#a6db97
#97c8db

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#cc97db
#a6db97
#97dbaa
#db97c8

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #cc97db Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#cc97db Color Code Preview on Black Background Color

This is how #cc97db Color will look on black background color. Color contrast ratio is 9.02

#cc97db in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#cc97db">Your Example Paragraph content text in with font color #cc97db </p>

Your Example Paragraph content text in with font color #cc97db

HTML with inline CSS

<div style="color:#cc97db">Your Paragraph text in with font color #cc97db </div>

Your Example Paragraph content text in with font color #cc97db

#cc97db color code is use for CSS Background Color

Background color for the above div is #cc97db

HTML with inline CSS

<div style="background-color:#cc97db;"></div>

#cc97db color code is use for CSS Border Color

CSS Border color for the above div is #cc97db

HTML with inline CSS

<div style="border:5px solid #cc97db;"></div>

CSS Border Left color for the above div is #cc97db

HTML with inline CSS

<div style="border-left:5px solid #cc97db;"></div>

CSS Border Right color for the above div is #cc97db

HTML with inline CSS

<div style="border-right:5px solid #cc97db;"></div>

CSS Border Bottom color for the above div is #cc97db

HTML with inline CSS

<div style="border-bottom:5px solid #cc97db;"></div>

CSS Border Top color for the above div is #cc97db

HTML with inline CSS

<div style="border-top:5px solid #cc97db;"></div>

#cc97db hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#cc97db; } .examplecolorclass {color:#cc97db; } .examplebordercolor {border:3px solid #cc97db; }

#cc97db Color code Preview on White Background

This is how #cc97db Color code will look on white background color. Color contrast ratio is 2.33

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #cc97db; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cc97db; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(204,151,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(166,219,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,151,219,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.