Shades of Lilac #CD8BCE
Tints of Lilac #CD8BCE
RGB
CMYK
RGB Variations
Color information
#CD8BCE (or 0xCD8BCE) is known color: Lilac. HEX triplet: CD, 8B and CE. RGB value is (205,139,206). Sum of RGB (Red+Green+Blue) = 205+139+206=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD8BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BCE is #327431. Grayscale: #A6A6A6. Windows color (decimal): -3306546 or 13536205. OLE color: 13536205.
HSL color Cylindrical-coordinate representation of color #CD8BCE: hue angle of 299.1º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8BCE is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 139 | 206 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.19 |
| HSL | 299.1º | 0.41% | 0.68% | - |
| HSV(B) | 299.1º | 0.33% | 0.81% | - |
| XYZ | 45.55 | 35.9 | 62.92 | - |
| YUV | 166.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 206 | 0.00 | 0.33 | 0 | 0.19 | 299.1 | 0.41 | 0.68 |
| Hex | CD | 8B | CE | 0 | 21 | 0 | 13 | 12B | 29 | 44 |
| Octal | 315 | 213 | 316 | 0 | 41 | 0 | 23 | 453 | 51 | 104 |
| Binary | 11001101 | 10001011 | 11001110 | 0 | 100001 | 0 | 10011 | 100101011 | 101001 | 1000100 |
Color Harmonies of #CD8BCE
Complementary color
Monochromatic Colors of #CD8BCE
Black with #CD8BCE
Text Example
Text Example
White with #CD8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8BCE; }
p { color: rgb(205,139,206); }
H1.HeaderClassName
{
color: #CD8BCE;
}
.AnyTagClassName
{
color: #CD8BCE;
}
</style>
background-color css
<style>
a { background-color: #CD8BCE; }
a { background-color: rgb(205,139,206); }
div.DivClassName
{
background-color: #CD8BCE;
}
.BgClassName
{
background-color: #CD8BCE;
}
</style>
border-color css
<style>
span { border-color: #CD8BCE; }
span { border-color: rgb(205,139,206); }
td.TdClassName
{
border-color: #CD8BCE;
}
.TagClassName
{
border-color: #CD8BCE;
}
</style>