Shades of Lilac #CD93C0
Tints of Lilac #CD93C0
RGB
CMYK
RGB Variations
Color information
#CD93C0 (or 0xCD93C0) is known color: Lilac. HEX triplet: CD, 93 and C0. RGB value is (205,147,192). Sum of RGB (Red+Green+Blue) = 205+147+192=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93C0 is #326C3F. Grayscale: #A9A9A9. Windows color (decimal): -3304512 or 12620749. OLE color: 12620749.
HSL color Cylindrical-coordinate representation of color #CD93C0: hue angle of 313.45º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD93C0 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 147 | 192 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.20 |
| HSL | 313.45º | 0.37% | 0.69% | - |
| HSV(B) | 313.45º | 0.28% | 0.8% | - |
| XYZ | 45.12 | 37.65 | 54.76 | - |
| YUV | 169.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 147 | 192 | 0 | 0.28 | 0.06 | 0.20 | 313.45 | 0.37 | 0.69 |
| Hex | CD | 93 | C0 | 0 | 1C | 6 | 14 | 139 | 25 | 45 |
| Octal | 315 | 223 | 300 | 0 | 34 | 6 | 24 | 471 | 45 | 105 |
| Binary | 11001101 | 10010011 | 11000000 | 0 | 11100 | 110 | 10100 | 100111001 | 100101 | 1000101 |
Color Harmonies of #CD93C0
Complementary color
Monochromatic Colors of #CD93C0
Black with #CD93C0
Text Example
Text Example
White with #CD93C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD93C0; }
p { color: rgb(205,147,192); }
H1.HeaderClassName
{
color: #CD93C0;
}
.AnyTagClassName
{
color: #CD93C0;
}
</style>
background-color css
<style>
a { background-color: #CD93C0; }
a { background-color: rgb(205,147,192); }
div.DivClassName
{
background-color: #CD93C0;
}
.BgClassName
{
background-color: #CD93C0;
}
</style>
border-color css
<style>
span { border-color: #CD93C0; }
span { border-color: rgb(205,147,192); }
td.TdClassName
{
border-color: #CD93C0;
}
.TagClassName
{
border-color: #CD93C0;
}
</style>