Shades of Lilac #CF92C1
Tints of Lilac #CF92C1
RGB
CMYK
RGB Variations
Color information
#CF92C1 (or 0xCF92C1) is known color: Lilac. HEX triplet: CF, 92 and C1. RGB value is (207,146,193). Sum of RGB (Red+Green+Blue) = 207+146+193=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92C1 is #306D3E. Grayscale: #A9A9A9. Windows color (decimal): -3173695 or 12686031. OLE color: 12686031.
HSL color Cylindrical-coordinate representation of color #CF92C1: hue angle of 313.77º 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 #CF92C1 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 193 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.19 |
| HSL | 313.77º | 0.39% | 0.69% | - |
| HSV(B) | 313.77º | 0.29% | 0.81% | - |
| XYZ | 45.64 | 37.67 | 55.32 | - |
| YUV | 169.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 193 | 0 | 0.29 | 0.07 | 0.19 | 313.77 | 0.39 | 0.69 |
| Hex | CF | 92 | C1 | 0 | 1D | 7 | 13 | 13A | 27 | 45 |
| Octal | 317 | 222 | 301 | 0 | 35 | 7 | 23 | 472 | 47 | 105 |
| Binary | 11001111 | 10010010 | 11000001 | 0 | 11101 | 111 | 10011 | 100111010 | 100111 | 1000101 |
Color Harmonies of #CF92C1
Complementary color
Monochromatic Colors of #CF92C1
Black with #CF92C1
Text Example
Text Example
White with #CF92C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF92C1; }
p { color: rgb(207,146,193); }
H1.HeaderClassName
{
color: #CF92C1;
}
.AnyTagClassName
{
color: #CF92C1;
}
</style>
background-color css
<style>
a { background-color: #CF92C1; }
a { background-color: rgb(207,146,193); }
div.DivClassName
{
background-color: #CF92C1;
}
.BgClassName
{
background-color: #CF92C1;
}
</style>
border-color css
<style>
span { border-color: #CF92C1; }
span { border-color: rgb(207,146,193); }
td.TdClassName
{
border-color: #CF92C1;
}
.TagClassName
{
border-color: #CF92C1;
}
</style>