Shades of Lilac #CC97D1
Tints of Lilac #CC97D1
RGB
CMYK
RGB Variations
Color information
#CC97D1 (or 0xCC97D1) is known color: Lilac. HEX triplet: CC, 97 and D1. RGB value is (204,151,209). Sum of RGB (Red+Green+Blue) = 204+151+209=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC97D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97D1 is #33682E. Grayscale: #ADADAD. Windows color (decimal): -3369007 or 13735884. OLE color: 13735884.
HSL color Cylindrical-coordinate representation of color #CC97D1: hue angle of 294.83º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC97D1 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 151 | 209 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.18 |
| HSL | 294.83º | 0.39% | 0.71% | - |
| HSV(B) | 294.83º | 0.28% | 0.82% | - |
| XYZ | 47.48 | 39.57 | 65.46 | - |
| YUV | 173.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 209 | 0.02 | 0.28 | 0 | 0.18 | 294.83 | 0.39 | 0.71 |
| Hex | CC | 97 | D1 | 2 | 1C | 0 | 12 | 127 | 27 | 47 |
| Octal | 314 | 227 | 321 | 2 | 34 | 0 | 22 | 447 | 47 | 107 |
| Binary | 11001100 | 10010111 | 11010001 | 10 | 11100 | 0 | 10010 | 100100111 | 100111 | 1000111 |
Color Harmonies of #CC97D1
Complementary color
Monochromatic Colors of #CC97D1
Black with #CC97D1
Text Example
Text Example
White with #CC97D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC97D1; }
p { color: rgb(204,151,209); }
H1.HeaderClassName
{
color: #CC97D1;
}
.AnyTagClassName
{
color: #CC97D1;
}
</style>
background-color css
<style>
a { background-color: #CC97D1; }
a { background-color: rgb(204,151,209); }
div.DivClassName
{
background-color: #CC97D1;
}
.BgClassName
{
background-color: #CC97D1;
}
</style>
border-color css
<style>
span { border-color: #CC97D1; }
span { border-color: rgb(204,151,209); }
td.TdClassName
{
border-color: #CC97D1;
}
.TagClassName
{
border-color: #CC97D1;
}
</style>