crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#cc97df hex color - Violet - Warm color - Information

#cc97df hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc97df Color code in RGB color code model is created after adding 80% red color, 59.22% green color and 87.45% blue color. Hex #cc97df Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 32% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codecc97df#cc97df
RGB Decimal204, 151, 223rgb(204, 151, 223)
RGB Percent80%, 59%, 87%rgb(80%, 59%, 87%)
CSS RGBa204, 151, 223,1rgba(204,151,223,1)
CMYK Modelcmyk(9%,32%,0%,13%)
HSL Color Space284,53% ,73%hsl(284,53% ,73%)
HSV Color Space284°, 32%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001001011111011111
Octal314227337
Decimal204151223
Hexcc97df

Different shades of #cc97df color code.

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

Light Shade of #cc97df
#dfbeeb
Dark Shade of #cc97df
#b970d3
Saturated Shade of #cc97df
#cf90e6
Desaturated Shade of #cc97df
#c99ed8
Grey scale Shade of #cc97df
#bbbbbb
Brighten Shade
#e5b0f8
Most Readable Shade
#000000

Shades of #cc97df color code

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

#cc97df
#b586c6
#9e75ad
#886494
#71537b
#5a4363
#44324a
#2d2131
#161018
#000000

Similar Color like #cc97df color

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

#cd98e0
#ce99e1
#cf9ae2
#d09be3
#d19ce4
#d29de5
#d39ee6
#d49fe7
#d5a0e8
#d6a1e9
#d7a2ea
#d8a3eb
#d9a4ec
#daa5ed
#cb96de
#ca95dd
#c994dc
#c893db
#c792da
#c691d9
#c590d8
#c48fd7
#c38ed6
#c28dd5
#c18cd4
#c08bd3
#bf8ad2
#be89d1

Monochromatic Color with #cc97df

#cc97df
#0a070a
#302435
#57415f
#7e5d8a
#a57ab4

Tints of #cc97df Color

#cc97df
#d1a2e2
#d7aee6
#ddb9e9
#e2c5ed
#e8d0f0
#eedcf4
#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

#cc97df
#aadf97

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

Split Complementary

#cc97df
#cedf97
#97dfa8

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

Analogous Color

#af97df
#be97df
#cc97df
#da97df
#df97d5

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

#cc97df
#dfcc97
#97dfcc

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

#cc97df
#dfa897
#aadf97
#97cedf

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

#cc97df
#aadf97
#97dfa8
#df97ce

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 #cc97df 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.

#cc97df Color Code Preview on Black Background Color

This is how #cc97df Color will look on black background color. Color contrast ratio is 9.06

#cc97df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc97df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc97df

#cc97df color code is use for CSS Background Color

Background color for the above div is #cc97df

HTML with inline CSS

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

#cc97df color code is use for CSS Border Color

CSS Border color for the above div is #cc97df

HTML with inline CSS

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

CSS Border Left color for the above div is #cc97df

HTML with inline CSS

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

CSS Border Right color for the above div is #cc97df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc97df

HTML with inline CSS

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

CSS Border Top color for the above div is #cc97df

HTML with inline CSS

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

#cc97df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc97df Color code Preview on White Background

This is how #cc97df Color code will look on white background color. Color contrast ratio is 2.32

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 #cc97df; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cc97df; }

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.