Shades of Lilac #CD90C8
Tints of Lilac #CD90C8
RGB
CMYK
RGB Variations
Color information
#CD90C8 (or 0xCD90C8) is known color: Lilac. HEX triplet: CD, 90 and C8. RGB value is (205,144,200). Sum of RGB (Red+Green+Blue) = 205+144+200=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90C8 is #326F37. Grayscale: #A8A8A8. Windows color (decimal): -3305272 or 13144269. OLE color: 13144269.
HSL color Cylindrical-coordinate representation of color #CD90C8: hue angle of 304.92º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD90C8 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 200 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.20 |
| HSL | 304.92º | 0.38% | 0.68% | - |
| HSV(B) | 304.92º | 0.3% | 0.8% | - |
| XYZ | 45.58 | 37.1 | 59.4 | - |
| YUV | 168.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 200 | 0 | 0.30 | 0.02 | 0.20 | 304.92 | 0.38 | 0.68 |
| Hex | CD | 90 | C8 | 0 | 1E | 2 | 14 | 131 | 26 | 44 |
| Octal | 315 | 220 | 310 | 0 | 36 | 2 | 24 | 461 | 46 | 104 |
| Binary | 11001101 | 10010000 | 11001000 | 0 | 11110 | 10 | 10100 | 100110001 | 100110 | 1000100 |
Color Harmonies of #CD90C8
Complementary color
Monochromatic Colors of #CD90C8
Black with #CD90C8
Text Example
Text Example
White with #CD90C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD90C8; }
p { color: rgb(205,144,200); }
H1.HeaderClassName
{
color: #CD90C8;
}
.AnyTagClassName
{
color: #CD90C8;
}
</style>
background-color css
<style>
a { background-color: #CD90C8; }
a { background-color: rgb(205,144,200); }
div.DivClassName
{
background-color: #CD90C8;
}
.BgClassName
{
background-color: #CD90C8;
}
</style>
border-color css
<style>
span { border-color: #CD90C8; }
span { border-color: rgb(205,144,200); }
td.TdClassName
{
border-color: #CD90C8;
}
.TagClassName
{
border-color: #CD90C8;
}
</style>