Shades of Lilac #CD8FC8
Tints of Lilac #CD8FC8
RGB
CMYK
RGB Variations
Color information
#CD8FC8 (or 0xCD8FC8) is known color: Lilac. HEX triplet: CD, 8F and C8. RGB value is (205,143,200). Sum of RGB (Red+Green+Blue) = 205+143+200=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FC8 is #327037. Grayscale: #A7A7A7. Windows color (decimal): -3305528 or 13144013. OLE color: 13144013.
HSL color Cylindrical-coordinate representation of color #CD8FC8: hue angle of 304.84º 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 #CD8FC8 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 200 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.20 |
| HSL | 304.84º | 0.38% | 0.68% | - |
| HSV(B) | 304.84º | 0.3% | 0.8% | - |
| XYZ | 45.42 | 36.79 | 59.35 | - |
| YUV | 168.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 200 | 0 | 0.30 | 0.02 | 0.20 | 304.84 | 0.38 | 0.68 |
| Hex | CD | 8F | C8 | 0 | 1E | 2 | 14 | 131 | 26 | 44 |
| Octal | 315 | 217 | 310 | 0 | 36 | 2 | 24 | 461 | 46 | 104 |
| Binary | 11001101 | 10001111 | 11001000 | 0 | 11110 | 10 | 10100 | 100110001 | 100110 | 1000100 |
Color Harmonies of #CD8FC8
Complementary color
Monochromatic Colors of #CD8FC8
Black with #CD8FC8
Text Example
Text Example
White with #CD8FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FC8; }
p { color: rgb(205,143,200); }
H1.HeaderClassName
{
color: #CD8FC8;
}
.AnyTagClassName
{
color: #CD8FC8;
}
</style>
background-color css
<style>
a { background-color: #CD8FC8; }
a { background-color: rgb(205,143,200); }
div.DivClassName
{
background-color: #CD8FC8;
}
.BgClassName
{
background-color: #CD8FC8;
}
</style>
border-color css
<style>
span { border-color: #CD8FC8; }
span { border-color: rgb(205,143,200); }
td.TdClassName
{
border-color: #CD8FC8;
}
.TagClassName
{
border-color: #CD8FC8;
}
</style>