Shades of Lilac #CD92C2
Tints of Lilac #CD92C2
RGB
CMYK
RGB Variations
Color information
#CD92C2 (or 0xCD92C2) is known color: Lilac. HEX triplet: CD, 92 and C2. RGB value is (205,146,194). Sum of RGB (Red+Green+Blue) = 205+146+194=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CD92C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92C2 is #326D3D. Grayscale: #A8A8A8. Windows color (decimal): -3304766 or 12751565. OLE color: 12751565.
HSL color Cylindrical-coordinate representation of color #CD92C2: hue angle of 311.19º 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 #CD92C2 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 146 | 194 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.20 |
| HSL | 311.19º | 0.37% | 0.69% | - |
| HSV(B) | 311.19º | 0.29% | 0.8% | - |
| XYZ | 45.19 | 37.43 | 55.88 | - |
| YUV | 169.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 146 | 194 | 0 | 0.29 | 0.05 | 0.20 | 311.19 | 0.37 | 0.69 |
| Hex | CD | 92 | C2 | 0 | 1D | 5 | 14 | 137 | 25 | 45 |
| Octal | 315 | 222 | 302 | 0 | 35 | 5 | 24 | 467 | 45 | 105 |
| Binary | 11001101 | 10010010 | 11000010 | 0 | 11101 | 101 | 10100 | 100110111 | 100101 | 1000101 |
Color Harmonies of #CD92C2
Complementary color
Monochromatic Colors of #CD92C2
Black with #CD92C2
Text Example
Text Example
White with #CD92C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD92C2; }
p { color: rgb(205,146,194); }
H1.HeaderClassName
{
color: #CD92C2;
}
.AnyTagClassName
{
color: #CD92C2;
}
</style>
background-color css
<style>
a { background-color: #CD92C2; }
a { background-color: rgb(205,146,194); }
div.DivClassName
{
background-color: #CD92C2;
}
.BgClassName
{
background-color: #CD92C2;
}
</style>
border-color css
<style>
span { border-color: #CD92C2; }
span { border-color: rgb(205,146,194); }
td.TdClassName
{
border-color: #CD92C2;
}
.TagClassName
{
border-color: #CD92C2;
}
</style>