Shades of Lilac #CF95CB
Tints of Lilac #CF95CB
RGB
CMYK
RGB Variations
Color information
#CF95CB (or 0xCF95CB) is known color: Lilac. HEX triplet: CF, 95 and CB. RGB value is (207,149,203). Sum of RGB (Red+Green+Blue) = 207+149+203=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95CB is #306A34. Grayscale: #ACACAC. Windows color (decimal): -3172917 or 13342159. OLE color: 13342159.
HSL color Cylindrical-coordinate representation of color #CF95CB: hue angle of 304.14º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF95CB is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 203 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.19 |
| HSL | 304.14º | 0.38% | 0.7% | - |
| HSV(B) | 304.14º | 0.28% | 0.81% | - |
| XYZ | 47.26 | 39.07 | 61.55 | - |
| YUV | 172.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 203 | 0 | 0.28 | 0.02 | 0.19 | 304.14 | 0.38 | 0.7 |
| Hex | CF | 95 | CB | 0 | 1C | 2 | 13 | 130 | 26 | 46 |
| Octal | 317 | 225 | 313 | 0 | 34 | 2 | 23 | 460 | 46 | 106 |
| Binary | 11001111 | 10010101 | 11001011 | 0 | 11100 | 10 | 10011 | 100110000 | 100110 | 1000110 |
Color Harmonies of #CF95CB
Complementary color
Monochromatic Colors of #CF95CB
Black with #CF95CB
Text Example
Text Example
White with #CF95CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF95CB; }
p { color: rgb(207,149,203); }
H1.HeaderClassName
{
color: #CF95CB;
}
.AnyTagClassName
{
color: #CF95CB;
}
</style>
background-color css
<style>
a { background-color: #CF95CB; }
a { background-color: rgb(207,149,203); }
div.DivClassName
{
background-color: #CF95CB;
}
.BgClassName
{
background-color: #CF95CB;
}
</style>
border-color css
<style>
span { border-color: #CF95CB; }
span { border-color: rgb(207,149,203); }
td.TdClassName
{
border-color: #CF95CB;
}
.TagClassName
{
border-color: #CF95CB;
}
</style>