Shades of Lilac #CF99CC
Tints of Lilac #CF99CC
RGB
CMYK
RGB Variations
Color information
#CF99CC (or 0xCF99CC) is known color: Lilac. HEX triplet: CF, 99 and CC. RGB value is (207,153,204). Sum of RGB (Red+Green+Blue) = 207+153+204=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99CC is #306633. Grayscale: #AEAEAE. Windows color (decimal): -3171892 or 13408719. OLE color: 13408719.
HSL color Cylindrical-coordinate representation of color #CF99CC: hue angle of 303.33º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF99CC is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 204 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.19 |
| HSL | 303.33º | 0.36% | 0.71% | - |
| HSV(B) | 303.33º | 0.26% | 0.81% | - |
| XYZ | 48.02 | 40.41 | 62.4 | - |
| YUV | 174.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 204 | 0 | 0.26 | 0.01 | 0.19 | 303.33 | 0.36 | 0.71 |
| Hex | CF | 99 | CC | 0 | 1A | 1 | 13 | 12F | 24 | 47 |
| Octal | 317 | 231 | 314 | 0 | 32 | 1 | 23 | 457 | 44 | 107 |
| Binary | 11001111 | 10011001 | 11001100 | 0 | 11010 | 1 | 10011 | 100101111 | 100100 | 1000111 |
Color Harmonies of #CF99CC
Complementary color
Monochromatic Colors of #CF99CC
Black with #CF99CC
Text Example
Text Example
White with #CF99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99CC; }
p { color: rgb(207,153,204); }
H1.HeaderClassName
{
color: #CF99CC;
}
.AnyTagClassName
{
color: #CF99CC;
}
</style>
background-color css
<style>
a { background-color: #CF99CC; }
a { background-color: rgb(207,153,204); }
div.DivClassName
{
background-color: #CF99CC;
}
.BgClassName
{
background-color: #CF99CC;
}
</style>
border-color css
<style>
span { border-color: #CF99CC; }
span { border-color: rgb(207,153,204); }
td.TdClassName
{
border-color: #CF99CC;
}
.TagClassName
{
border-color: #CF99CC;
}
</style>