Shades of Lilac #CF95CA
Tints of Lilac #CF95CA
RGB
CMYK
RGB Variations
Color information
#CF95CA (or 0xCF95CA) is known color: Lilac. HEX triplet: CF, 95 and CA. RGB value is (207,149,202). Sum of RGB (Red+Green+Blue) = 207+149+202=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95CA is #306A35. Grayscale: #ACACAC. Windows color (decimal): -3172918 or 13276623. OLE color: 13276623.
HSL color Cylindrical-coordinate representation of color #CF95CA: hue angle of 305.17º 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 #CF95CA is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 202 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.19 |
| HSL | 305.17º | 0.38% | 0.7% | - |
| HSV(B) | 305.17º | 0.28% | 0.81% | - |
| XYZ | 47.14 | 39.02 | 60.93 | - |
| YUV | 172.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 202 | 0 | 0.28 | 0.02 | 0.19 | 305.17 | 0.38 | 0.7 |
| Hex | CF | 95 | CA | 0 | 1C | 2 | 13 | 131 | 26 | 46 |
| Octal | 317 | 225 | 312 | 0 | 34 | 2 | 23 | 461 | 46 | 106 |
| Binary | 11001111 | 10010101 | 11001010 | 0 | 11100 | 10 | 10011 | 100110001 | 100110 | 1000110 |
Color Harmonies of #CF95CA
Complementary color
Monochromatic Colors of #CF95CA
Black with #CF95CA
Text Example
Text Example
White with #CF95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF95CA; }
p { color: rgb(207,149,202); }
H1.HeaderClassName
{
color: #CF95CA;
}
.AnyTagClassName
{
color: #CF95CA;
}
</style>
background-color css
<style>
a { background-color: #CF95CA; }
a { background-color: rgb(207,149,202); }
div.DivClassName
{
background-color: #CF95CA;
}
.BgClassName
{
background-color: #CF95CA;
}
</style>
border-color css
<style>
span { border-color: #CF95CA; }
span { border-color: rgb(207,149,202); }
td.TdClassName
{
border-color: #CF95CA;
}
.TagClassName
{
border-color: #CF95CA;
}
</style>