Shades of Lilac #CD8BC3
Tints of Lilac #CD8BC3
RGB
CMYK
RGB Variations
Color information
#CD8BC3 (or 0xCD8BC3) is known color: Lilac. HEX triplet: CD, 8B and C3. RGB value is (205,139,195). Sum of RGB (Red+Green+Blue) = 205+139+195=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BC3 is #32743C. Grayscale: #A4A4A4. Windows color (decimal): -3306557 or 12815309. OLE color: 12815309.
HSL color Cylindrical-coordinate representation of color #CD8BC3: hue angle of 309.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8BC3 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 139 | 195 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.20 |
| HSL | 309.09º | 0.4% | 0.67% | - |
| HSV(B) | 309.09º | 0.32% | 0.8% | - |
| XYZ | 44.26 | 35.38 | 56.13 | - |
| YUV | 165.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 195 | 0 | 0.32 | 0.05 | 0.20 | 309.09 | 0.4 | 0.67 |
| Hex | CD | 8B | C3 | 0 | 20 | 5 | 14 | 135 | 28 | 43 |
| Octal | 315 | 213 | 303 | 0 | 40 | 5 | 24 | 465 | 50 | 103 |
| Binary | 11001101 | 10001011 | 11000011 | 0 | 100000 | 101 | 10100 | 100110101 | 101000 | 1000011 |
Color Harmonies of #CD8BC3
Complementary color
Monochromatic Colors of #CD8BC3
Black with #CD8BC3
Text Example
Text Example
White with #CD8BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8BC3; }
p { color: rgb(205,139,195); }
H1.HeaderClassName
{
color: #CD8BC3;
}
.AnyTagClassName
{
color: #CD8BC3;
}
</style>
background-color css
<style>
a { background-color: #CD8BC3; }
a { background-color: rgb(205,139,195); }
div.DivClassName
{
background-color: #CD8BC3;
}
.BgClassName
{
background-color: #CD8BC3;
}
</style>
border-color css
<style>
span { border-color: #CD8BC3; }
span { border-color: rgb(205,139,195); }
td.TdClassName
{
border-color: #CD8BC3;
}
.TagClassName
{
border-color: #CD8BC3;
}
</style>