Shades of Lilac #CD92C0
Tints of Lilac #CD92C0
RGB
CMYK
RGB Variations
Color information
#CD92C0 (or 0xCD92C0) is known color: Lilac. HEX triplet: CD, 92 and C0. RGB value is (205,146,192). Sum of RGB (Red+Green+Blue) = 205+146+192=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CD92C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92C0 is #326D3F. Grayscale: #A8A8A8. Windows color (decimal): -3304768 or 12620493. OLE color: 12620493.
HSL color Cylindrical-coordinate representation of color #CD92C0: hue angle of 313.22º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD92C0 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 146 | 192 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.20 |
| HSL | 313.22º | 0.37% | 0.69% | - |
| HSV(B) | 313.22º | 0.29% | 0.8% | - |
| XYZ | 44.97 | 37.34 | 54.71 | - |
| YUV | 168.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 146 | 192 | 0 | 0.29 | 0.06 | 0.20 | 313.22 | 0.37 | 0.69 |
| Hex | CD | 92 | C0 | 0 | 1D | 6 | 14 | 139 | 25 | 45 |
| Octal | 315 | 222 | 300 | 0 | 35 | 6 | 24 | 471 | 45 | 105 |
| Binary | 11001101 | 10010010 | 11000000 | 0 | 11101 | 110 | 10100 | 100111001 | 100101 | 1000101 |
Color Harmonies of #CD92C0
Complementary color
Monochromatic Colors of #CD92C0
Black with #CD92C0
Text Example
Text Example
White with #CD92C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD92C0; }
p { color: rgb(205,146,192); }
H1.HeaderClassName
{
color: #CD92C0;
}
.AnyTagClassName
{
color: #CD92C0;
}
</style>
background-color css
<style>
a { background-color: #CD92C0; }
a { background-color: rgb(205,146,192); }
div.DivClassName
{
background-color: #CD92C0;
}
.BgClassName
{
background-color: #CD92C0;
}
</style>
border-color css
<style>
span { border-color: #CD92C0; }
span { border-color: rgb(205,146,192); }
td.TdClassName
{
border-color: #CD92C0;
}
.TagClassName
{
border-color: #CD92C0;
}
</style>