Shades of Lilac #CD8FCC
Tints of Lilac #CD8FCC
RGB
CMYK
RGB Variations
Color information
#CD8FCC (or 0xCD8FCC) is known color: Lilac. HEX triplet: CD, 8F and CC. RGB value is (205,143,204). Sum of RGB (Red+Green+Blue) = 205+143+204=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FCC is #327033. Grayscale: #A8A8A8. Windows color (decimal): -3305524 or 13406157. OLE color: 13406157.
HSL color Cylindrical-coordinate representation of color #CD8FCC: hue angle of 300.97º 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 #CD8FCC is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 204 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.20 |
| HSL | 300.97º | 0.38% | 0.68% | - |
| HSV(B) | 300.97º | 0.3% | 0.8% | - |
| XYZ | 45.9 | 36.98 | 61.85 | - |
| YUV | 168.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 204 | 0 | 0.30 | 0.00 | 0.20 | 300.97 | 0.38 | 0.68 |
| Hex | CD | 8F | CC | 0 | 1E | 0 | 14 | 12D | 26 | 44 |
| Octal | 315 | 217 | 314 | 0 | 36 | 0 | 24 | 455 | 46 | 104 |
| Binary | 11001101 | 10001111 | 11001100 | 0 | 11110 | 0 | 10100 | 100101101 | 100110 | 1000100 |
Color Harmonies of #CD8FCC
Complementary color
Monochromatic Colors of #CD8FCC
Black with #CD8FCC
Text Example
Text Example
White with #CD8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FCC; }
p { color: rgb(205,143,204); }
H1.HeaderClassName
{
color: #CD8FCC;
}
.AnyTagClassName
{
color: #CD8FCC;
}
</style>
background-color css
<style>
a { background-color: #CD8FCC; }
a { background-color: rgb(205,143,204); }
div.DivClassName
{
background-color: #CD8FCC;
}
.BgClassName
{
background-color: #CD8FCC;
}
</style>
border-color css
<style>
span { border-color: #CD8FCC; }
span { border-color: rgb(205,143,204); }
td.TdClassName
{
border-color: #CD8FCC;
}
.TagClassName
{
border-color: #CD8FCC;
}
</style>