Shades of Lilac #CD92D2
Tints of Lilac #CD92D2
RGB
CMYK
RGB Variations
Color information
#CD92D2 (or 0xCD92D2) is known color: Lilac. HEX triplet: CD, 92 and D2. RGB value is (205,146,210). Sum of RGB (Red+Green+Blue) = 205+146+210=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD92D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92D2 is #326D2D. Grayscale: #AAAAAA. Windows color (decimal): -3304750 or 13800141. OLE color: 13800141.
HSL color Cylindrical-coordinate representation of color #CD92D2: hue angle of 295.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD92D2 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 146 | 210 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.18 |
| HSL | 295.31º | 0.42% | 0.7% | - |
| HSV(B) | 295.31º | 0.3% | 0.82% | - |
| XYZ | 47.09 | 38.19 | 65.86 | - |
| YUV | 170.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 146 | 210 | 0.02 | 0.30 | 0 | 0.18 | 295.31 | 0.42 | 0.7 |
| Hex | CD | 92 | D2 | 2 | 1E | 0 | 12 | 127 | 2A | 46 |
| Octal | 315 | 222 | 322 | 2 | 36 | 0 | 22 | 447 | 52 | 106 |
| Binary | 11001101 | 10010010 | 11010010 | 10 | 11110 | 0 | 10010 | 100100111 | 101010 | 1000110 |
Color Harmonies of #CD92D2
Complementary color
Monochromatic Colors of #CD92D2
Black with #CD92D2
Text Example
Text Example
White with #CD92D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD92D2; }
p { color: rgb(205,146,210); }
H1.HeaderClassName
{
color: #CD92D2;
}
.AnyTagClassName
{
color: #CD92D2;
}
</style>
background-color css
<style>
a { background-color: #CD92D2; }
a { background-color: rgb(205,146,210); }
div.DivClassName
{
background-color: #CD92D2;
}
.BgClassName
{
background-color: #CD92D2;
}
</style>
border-color css
<style>
span { border-color: #CD92D2; }
span { border-color: rgb(205,146,210); }
td.TdClassName
{
border-color: #CD92D2;
}
.TagClassName
{
border-color: #CD92D2;
}
</style>