Shades of Lilac #CF92C9
Tints of Lilac #CF92C9
RGB
CMYK
RGB Variations
Color information
#CF92C9 (or 0xCF92C9) is known color: Lilac. HEX triplet: CF, 92 and C9. RGB value is (207,146,201). Sum of RGB (Red+Green+Blue) = 207+146+201=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92C9 is #306D36. Grayscale: #AAAAAA. Windows color (decimal): -3173687 or 13210319. OLE color: 13210319.
HSL color Cylindrical-coordinate representation of color #CF92C9: hue angle of 305.9º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF92C9 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 201 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.19 |
| HSL | 305.9º | 0.39% | 0.69% | - |
| HSV(B) | 305.9º | 0.29% | 0.81% | - |
| XYZ | 46.55 | 38.04 | 60.15 | - |
| YUV | 170.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 201 | 0 | 0.29 | 0.03 | 0.19 | 305.9 | 0.39 | 0.69 |
| Hex | CF | 92 | C9 | 0 | 1D | 3 | 13 | 132 | 27 | 45 |
| Octal | 317 | 222 | 311 | 0 | 35 | 3 | 23 | 462 | 47 | 105 |
| Binary | 11001111 | 10010010 | 11001001 | 0 | 11101 | 11 | 10011 | 100110010 | 100111 | 1000101 |
Color Harmonies of #CF92C9
Complementary color
Monochromatic Colors of #CF92C9
Black with #CF92C9
Text Example
Text Example
White with #CF92C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF92C9; }
p { color: rgb(207,146,201); }
H1.HeaderClassName
{
color: #CF92C9;
}
.AnyTagClassName
{
color: #CF92C9;
}
</style>
background-color css
<style>
a { background-color: #CF92C9; }
a { background-color: rgb(207,146,201); }
div.DivClassName
{
background-color: #CF92C9;
}
.BgClassName
{
background-color: #CF92C9;
}
</style>
border-color css
<style>
span { border-color: #CF92C9; }
span { border-color: rgb(207,146,201); }
td.TdClassName
{
border-color: #CF92C9;
}
.TagClassName
{
border-color: #CF92C9;
}
</style>