Shades of Lilac #CD92CE
Tints of Lilac #CD92CE
RGB
CMYK
RGB Variations
Color information
#CD92CE (or 0xCD92CE) is known color: Lilac. HEX triplet: CD, 92 and CE. RGB value is (205,146,206). Sum of RGB (Red+Green+Blue) = 205+146+206=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92CE is #326D31. Grayscale: #AAAAAA. Windows color (decimal): -3304754 or 13537997. OLE color: 13537997.
HSL color Cylindrical-coordinate representation of color #CD92CE: hue angle of 299º degrees, saturation: 0.38, 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 #CD92CE is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 146 | 206 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.19 |
| HSL | 299º | 0.38% | 0.69% | - |
| HSV(B) | 299º | 0.29% | 0.81% | - |
| XYZ | 46.6 | 37.99 | 63.27 | - |
| YUV | 170.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 146 | 206 | 0.00 | 0.29 | 0 | 0.19 | 299 | 0.38 | 0.69 |
| Hex | CD | 92 | CE | 0 | 1D | 0 | 13 | 12B | 26 | 45 |
| Octal | 315 | 222 | 316 | 0 | 35 | 0 | 23 | 453 | 46 | 105 |
| Binary | 11001101 | 10010010 | 11001110 | 0 | 11101 | 0 | 10011 | 100101011 | 100110 | 1000101 |
Color Harmonies of #CD92CE
Complementary color
Monochromatic Colors of #CD92CE
Black with #CD92CE
Text Example
Text Example
White with #CD92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD92CE; }
p { color: rgb(205,146,206); }
H1.HeaderClassName
{
color: #CD92CE;
}
.AnyTagClassName
{
color: #CD92CE;
}
</style>
background-color css
<style>
a { background-color: #CD92CE; }
a { background-color: rgb(205,146,206); }
div.DivClassName
{
background-color: #CD92CE;
}
.BgClassName
{
background-color: #CD92CE;
}
</style>
border-color css
<style>
span { border-color: #CD92CE; }
span { border-color: rgb(205,146,206); }
td.TdClassName
{
border-color: #CD92CE;
}
.TagClassName
{
border-color: #CD92CE;
}
</style>