Shades of Lilac #CD8EC6
Tints of Lilac #CD8EC6
RGB
CMYK
RGB Variations
Color information
#CD8EC6 (or 0xCD8EC6) is known color: Lilac. HEX triplet: CD, 8E and C6. RGB value is (205,142,198). Sum of RGB (Red+Green+Blue) = 205+142+198=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8EC6 is #327139. Grayscale: #A7A7A7. Windows color (decimal): -3305786 or 13012685. OLE color: 13012685.
HSL color Cylindrical-coordinate representation of color #CD8EC6: hue angle of 306.67º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8EC6 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 142 | 198 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.20 |
| HSL | 306.67º | 0.39% | 0.68% | - |
| HSV(B) | 306.67º | 0.31% | 0.8% | - |
| XYZ | 45.04 | 36.4 | 58.08 | - |
| YUV | 167.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 142 | 198 | 0 | 0.31 | 0.03 | 0.20 | 306.67 | 0.39 | 0.68 |
| Hex | CD | 8E | C6 | 0 | 1F | 3 | 14 | 133 | 27 | 44 |
| Octal | 315 | 216 | 306 | 0 | 37 | 3 | 24 | 463 | 47 | 104 |
| Binary | 11001101 | 10001110 | 11000110 | 0 | 11111 | 11 | 10100 | 100110011 | 100111 | 1000100 |
Color Harmonies of #CD8EC6
Complementary color
Monochromatic Colors of #CD8EC6
Black with #CD8EC6
Text Example
Text Example
White with #CD8EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8EC6; }
p { color: rgb(205,142,198); }
H1.HeaderClassName
{
color: #CD8EC6;
}
.AnyTagClassName
{
color: #CD8EC6;
}
</style>
background-color css
<style>
a { background-color: #CD8EC6; }
a { background-color: rgb(205,142,198); }
div.DivClassName
{
background-color: #CD8EC6;
}
.BgClassName
{
background-color: #CD8EC6;
}
</style>
border-color css
<style>
span { border-color: #CD8EC6; }
span { border-color: rgb(205,142,198); }
td.TdClassName
{
border-color: #CD8EC6;
}
.TagClassName
{
border-color: #CD8EC6;
}
</style>