Shades of Lilac #CD8CCE
Tints of Lilac #CD8CCE
RGB
CMYK
RGB Variations
Color information
#CD8CCE (or 0xCD8CCE) is known color: Lilac. HEX triplet: CD, 8C and CE. RGB value is (205,140,206). Sum of RGB (Red+Green+Blue) = 205+140+206=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CCE is #327331. Grayscale: #A6A6A6. Windows color (decimal): -3306290 or 13536461. OLE color: 13536461.
HSL color Cylindrical-coordinate representation of color #CD8CCE: hue angle of 299.09º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8CCE is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 140 | 206 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.19 |
| HSL | 299.09º | 0.4% | 0.68% | - |
| HSV(B) | 299.09º | 0.32% | 0.81% | - |
| XYZ | 45.7 | 36.19 | 62.97 | - |
| YUV | 166.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 206 | 0.00 | 0.32 | 0 | 0.19 | 299.09 | 0.4 | 0.68 |
| Hex | CD | 8C | CE | 0 | 20 | 0 | 13 | 12B | 28 | 44 |
| Octal | 315 | 214 | 316 | 0 | 40 | 0 | 23 | 453 | 50 | 104 |
| Binary | 11001101 | 10001100 | 11001110 | 0 | 100000 | 0 | 10011 | 100101011 | 101000 | 1000100 |
Color Harmonies of #CD8CCE
Complementary color
Monochromatic Colors of #CD8CCE
Black with #CD8CCE
Text Example
Text Example
White with #CD8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8CCE; }
p { color: rgb(205,140,206); }
H1.HeaderClassName
{
color: #CD8CCE;
}
.AnyTagClassName
{
color: #CD8CCE;
}
</style>
background-color css
<style>
a { background-color: #CD8CCE; }
a { background-color: rgb(205,140,206); }
div.DivClassName
{
background-color: #CD8CCE;
}
.BgClassName
{
background-color: #CD8CCE;
}
</style>
border-color css
<style>
span { border-color: #CD8CCE; }
span { border-color: rgb(205,140,206); }
td.TdClassName
{
border-color: #CD8CCE;
}
.TagClassName
{
border-color: #CD8CCE;
}
</style>