Shades of Lilac #CF91CB
Tints of Lilac #CF91CB
RGB
CMYK
RGB Variations
Color information
#CF91CB (or 0xCF91CB) is known color: Lilac. HEX triplet: CF, 91 and CB. RGB value is (207,145,203). Sum of RGB (Red+Green+Blue) = 207+145+203=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CF91CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91CB is #306E34. Grayscale: #A9A9A9. Windows color (decimal): -3173941 or 13341135. OLE color: 13341135.
HSL color Cylindrical-coordinate representation of color #CF91CB: hue angle of 303.87º 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 #CF91CB is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 203 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.19 |
| HSL | 303.87º | 0.39% | 0.69% | - |
| HSV(B) | 303.87º | 0.3% | 0.81% | - |
| XYZ | 46.64 | 37.83 | 61.34 | - |
| YUV | 170.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 203 | 0 | 0.30 | 0.02 | 0.19 | 303.87 | 0.39 | 0.69 |
| Hex | CF | 91 | CB | 0 | 1E | 2 | 13 | 130 | 27 | 45 |
| Octal | 317 | 221 | 313 | 0 | 36 | 2 | 23 | 460 | 47 | 105 |
| Binary | 11001111 | 10010001 | 11001011 | 0 | 11110 | 10 | 10011 | 100110000 | 100111 | 1000101 |
Color Harmonies of #CF91CB
Complementary color
Monochromatic Colors of #CF91CB
Black with #CF91CB
Text Example
Text Example
White with #CF91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF91CB; }
p { color: rgb(207,145,203); }
H1.HeaderClassName
{
color: #CF91CB;
}
.AnyTagClassName
{
color: #CF91CB;
}
</style>
background-color css
<style>
a { background-color: #CF91CB; }
a { background-color: rgb(207,145,203); }
div.DivClassName
{
background-color: #CF91CB;
}
.BgClassName
{
background-color: #CF91CB;
}
</style>
border-color css
<style>
span { border-color: #CF91CB; }
span { border-color: rgb(207,145,203); }
td.TdClassName
{
border-color: #CF91CB;
}
.TagClassName
{
border-color: #CF91CB;
}
</style>