Shades of Lilac #CD8FD1
Tints of Lilac #CD8FD1
RGB
CMYK
RGB Variations
Color information
#CD8FD1 (or 0xCD8FD1) is known color: Lilac. HEX triplet: CD, 8F and D1. RGB value is (205,143,209). Sum of RGB (Red+Green+Blue) = 205+143+209=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FD1 is #32702E. Grayscale: #A8A8A8. Windows color (decimal): -3305519 or 13733837. OLE color: 13733837.
HSL color Cylindrical-coordinate representation of color #CD8FD1: hue angle of 296.36º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8FD1 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 143 | 209 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.18 |
| HSL | 296.36º | 0.42% | 0.69% | - |
| HSV(B) | 296.36º | 0.32% | 0.82% | - |
| XYZ | 46.51 | 37.23 | 65.06 | - |
| YUV | 169.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 209 | 0.02 | 0.32 | 0 | 0.18 | 296.36 | 0.42 | 0.69 |
| Hex | CD | 8F | D1 | 2 | 20 | 0 | 12 | 128 | 2A | 45 |
| Octal | 315 | 217 | 321 | 2 | 40 | 0 | 22 | 450 | 52 | 105 |
| Binary | 11001101 | 10001111 | 11010001 | 10 | 100000 | 0 | 10010 | 100101000 | 101010 | 1000101 |
Color Harmonies of #CD8FD1
Complementary color
Monochromatic Colors of #CD8FD1
Black with #CD8FD1
Text Example
Text Example
White with #CD8FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FD1; }
p { color: rgb(205,143,209); }
H1.HeaderClassName
{
color: #CD8FD1;
}
.AnyTagClassName
{
color: #CD8FD1;
}
</style>
background-color css
<style>
a { background-color: #CD8FD1; }
a { background-color: rgb(205,143,209); }
div.DivClassName
{
background-color: #CD8FD1;
}
.BgClassName
{
background-color: #CD8FD1;
}
</style>
border-color css
<style>
span { border-color: #CD8FD1; }
span { border-color: rgb(205,143,209); }
td.TdClassName
{
border-color: #CD8FD1;
}
.TagClassName
{
border-color: #CD8FD1;
}
</style>