Shades of Lilac #CF91CA
Tints of Lilac #CF91CA
RGB
CMYK
RGB Variations
Color information
#CF91CA (or 0xCF91CA) is known color: Lilac. HEX triplet: CF, 91 and CA. RGB value is (207,145,202). Sum of RGB (Red+Green+Blue) = 207+145+202=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CF91CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91CA is #306E35. Grayscale: #A9A9A9. Windows color (decimal): -3173942 or 13275599. OLE color: 13275599.
HSL color Cylindrical-coordinate representation of color #CF91CA: hue angle of 304.84º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF91CA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 202 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.19 |
| HSL | 304.84º | 0.39% | 0.69% | - |
| HSV(B) | 304.84º | 0.3% | 0.81% | - |
| XYZ | 46.52 | 37.78 | 60.72 | - |
| YUV | 170.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 202 | 0 | 0.30 | 0.02 | 0.19 | 304.84 | 0.39 | 0.69 |
| Hex | CF | 91 | CA | 0 | 1E | 2 | 13 | 131 | 27 | 45 |
| Octal | 317 | 221 | 312 | 0 | 36 | 2 | 23 | 461 | 47 | 105 |
| Binary | 11001111 | 10010001 | 11001010 | 0 | 11110 | 10 | 10011 | 100110001 | 100111 | 1000101 |
Color Harmonies of #CF91CA
Complementary color
Monochromatic Colors of #CF91CA
Black with #CF91CA
Text Example
Text Example
White with #CF91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF91CA; }
p { color: rgb(207,145,202); }
H1.HeaderClassName
{
color: #CF91CA;
}
.AnyTagClassName
{
color: #CF91CA;
}
</style>
background-color css
<style>
a { background-color: #CF91CA; }
a { background-color: rgb(207,145,202); }
div.DivClassName
{
background-color: #CF91CA;
}
.BgClassName
{
background-color: #CF91CA;
}
</style>
border-color css
<style>
span { border-color: #CF91CA; }
span { border-color: rgb(207,145,202); }
td.TdClassName
{
border-color: #CF91CA;
}
.TagClassName
{
border-color: #CF91CA;
}
</style>