Shades of Lilac #CF91C6
Tints of Lilac #CF91C6
RGB
CMYK
RGB Variations
Color information
#CF91C6 (or 0xCF91C6) is known color: Lilac. HEX triplet: CF, 91 and C6. RGB value is (207,145,198). Sum of RGB (Red+Green+Blue) = 207+145+198=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF91C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91C6 is #306E39. Grayscale: #A9A9A9. Windows color (decimal): -3173946 or 13013455. OLE color: 13013455.
HSL color Cylindrical-coordinate representation of color #CF91C6: hue angle of 308.71º 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 #CF91C6 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 198 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.19 |
| HSL | 308.71º | 0.39% | 0.69% | - |
| HSV(B) | 308.71º | 0.3% | 0.81% | - |
| XYZ | 46.05 | 37.59 | 58.26 | - |
| YUV | 169.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 198 | 0 | 0.30 | 0.04 | 0.19 | 308.71 | 0.39 | 0.69 |
| Hex | CF | 91 | C6 | 0 | 1E | 4 | 13 | 135 | 27 | 45 |
| Octal | 317 | 221 | 306 | 0 | 36 | 4 | 23 | 465 | 47 | 105 |
| Binary | 11001111 | 10010001 | 11000110 | 0 | 11110 | 100 | 10011 | 100110101 | 100111 | 1000101 |
Color Harmonies of #CF91C6
Complementary color
Monochromatic Colors of #CF91C6
Black with #CF91C6
Text Example
Text Example
White with #CF91C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF91C6; }
p { color: rgb(207,145,198); }
H1.HeaderClassName
{
color: #CF91C6;
}
.AnyTagClassName
{
color: #CF91C6;
}
</style>
background-color css
<style>
a { background-color: #CF91C6; }
a { background-color: rgb(207,145,198); }
div.DivClassName
{
background-color: #CF91C6;
}
.BgClassName
{
background-color: #CF91C6;
}
</style>
border-color css
<style>
span { border-color: #CF91C6; }
span { border-color: rgb(207,145,198); }
td.TdClassName
{
border-color: #CF91C6;
}
.TagClassName
{
border-color: #CF91C6;
}
</style>