Shades of Lilac #CD8AD2
Tints of Lilac #CD8AD2
RGB
CMYK
RGB Variations
Color information
#CD8AD2 (or 0xCD8AD2) is known color: Lilac. HEX triplet: CD, 8A and D2. RGB value is (205,138,210). Sum of RGB (Red+Green+Blue) = 205+138+210=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD8AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8AD2 is #32752D. Grayscale: #A6A6A6. Windows color (decimal): -3306798 or 13798093. OLE color: 13798093.
HSL color Cylindrical-coordinate representation of color #CD8AD2: hue angle of 295.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD8AD2 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 138 | 210 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.18 |
| HSL | 295.83º | 0.44% | 0.68% | - |
| HSV(B) | 295.83º | 0.34% | 0.82% | - |
| XYZ | 45.9 | 35.81 | 65.47 | - |
| YUV | 166.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 210 | 0.02 | 0.34 | 0 | 0.18 | 295.83 | 0.44 | 0.68 |
| Hex | CD | 8A | D2 | 2 | 22 | 0 | 12 | 128 | 2C | 44 |
| Octal | 315 | 212 | 322 | 2 | 42 | 0 | 22 | 450 | 54 | 104 |
| Binary | 11001101 | 10001010 | 11010010 | 10 | 100010 | 0 | 10010 | 100101000 | 101100 | 1000100 |
Color Harmonies of #CD8AD2
Complementary color
Monochromatic Colors of #CD8AD2
Black with #CD8AD2
Text Example
Text Example
White with #CD8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8AD2; }
p { color: rgb(205,138,210); }
H1.HeaderClassName
{
color: #CD8AD2;
}
.AnyTagClassName
{
color: #CD8AD2;
}
</style>
background-color css
<style>
a { background-color: #CD8AD2; }
a { background-color: rgb(205,138,210); }
div.DivClassName
{
background-color: #CD8AD2;
}
.BgClassName
{
background-color: #CD8AD2;
}
</style>
border-color css
<style>
span { border-color: #CD8AD2; }
span { border-color: rgb(205,138,210); }
td.TdClassName
{
border-color: #CD8AD2;
}
.TagClassName
{
border-color: #CD8AD2;
}
</style>