Shades of Lilac #CF94D1
Tints of Lilac #CF94D1
RGB
CMYK
RGB Variations
Color information
#CF94D1 (or 0xCF94D1) is known color: Lilac. HEX triplet: CF, 94 and D1. RGB value is (207,148,209). Sum of RGB (Red+Green+Blue) = 207+148+209=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 148 (58.20% from 255 or 26.24% 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 #CF94D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94D1 is #306B2E. Grayscale: #ACACAC. Windows color (decimal): -3173167 or 13735119. OLE color: 13735119.
HSL color Cylindrical-coordinate representation of color #CF94D1: hue angle of 298.03º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF94D1 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 148 | 209 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.18 |
| HSL | 298.03º | 0.4% | 0.7% | - |
| HSV(B) | 298.03º | 0.29% | 0.82% | - |
| XYZ | 47.83 | 39.05 | 65.34 | - |
| YUV | 172.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 209 | 0.01 | 0.29 | 0 | 0.18 | 298.03 | 0.4 | 0.7 |
| Hex | CF | 94 | D1 | 1 | 1D | 0 | 12 | 12A | 28 | 46 |
| Octal | 317 | 224 | 321 | 1 | 35 | 0 | 22 | 452 | 50 | 106 |
| Binary | 11001111 | 10010100 | 11010001 | 1 | 11101 | 0 | 10010 | 100101010 | 101000 | 1000110 |
Color Harmonies of #CF94D1
Complementary color
Monochromatic Colors of #CF94D1
Black with #CF94D1
Text Example
Text Example
White with #CF94D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF94D1; }
p { color: rgb(207,148,209); }
H1.HeaderClassName
{
color: #CF94D1;
}
.AnyTagClassName
{
color: #CF94D1;
}
</style>
background-color css
<style>
a { background-color: #CF94D1; }
a { background-color: rgb(207,148,209); }
div.DivClassName
{
background-color: #CF94D1;
}
.BgClassName
{
background-color: #CF94D1;
}
</style>
border-color css
<style>
span { border-color: #CF94D1; }
span { border-color: rgb(207,148,209); }
td.TdClassName
{
border-color: #CF94D1;
}
.TagClassName
{
border-color: #CF94D1;
}
</style>