Shades of Lilac #CD8CCB
Tints of Lilac #CD8CCB
RGB
CMYK
RGB Variations
Color information
#CD8CCB (or 0xCD8CCB) is known color: Lilac. HEX triplet: CD, 8C and CB. RGB value is (205,140,203). Sum of RGB (Red+Green+Blue) = 205+140+203=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CCB is #327334. Grayscale: #A6A6A6. Windows color (decimal): -3306293 or 13339853. OLE color: 13339853.
HSL color Cylindrical-coordinate representation of color #CD8CCB: hue angle of 301.85º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8CCB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 203 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.20 |
| HSL | 301.85º | 0.39% | 0.68% | - |
| HSV(B) | 301.85º | 0.32% | 0.8% | - |
| XYZ | 45.33 | 36.05 | 61.07 | - |
| YUV | 166.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 203 | 0 | 0.32 | 0.01 | 0.20 | 301.85 | 0.39 | 0.68 |
| Hex | CD | 8C | CB | 0 | 20 | 1 | 14 | 12E | 27 | 44 |
| Octal | 315 | 214 | 313 | 0 | 40 | 1 | 24 | 456 | 47 | 104 |
| Binary | 11001101 | 10001100 | 11001011 | 0 | 100000 | 1 | 10100 | 100101110 | 100111 | 1000100 |
Color Harmonies of #CD8CCB
Complementary color
Monochromatic Colors of #CD8CCB
Black with #CD8CCB
Text Example
Text Example
White with #CD8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8CCB; }
p { color: rgb(205,140,203); }
H1.HeaderClassName
{
color: #CD8CCB;
}
.AnyTagClassName
{
color: #CD8CCB;
}
</style>
background-color css
<style>
a { background-color: #CD8CCB; }
a { background-color: rgb(205,140,203); }
div.DivClassName
{
background-color: #CD8CCB;
}
.BgClassName
{
background-color: #CD8CCB;
}
</style>
border-color css
<style>
span { border-color: #CD8CCB; }
span { border-color: rgb(205,140,203); }
td.TdClassName
{
border-color: #CD8CCB;
}
.TagClassName
{
border-color: #CD8CCB;
}
</style>