Shades of Lilac #CA8BCD
Tints of Lilac #CA8BCD
RGB
CMYK
RGB Variations
Color information
#CA8BCD (or 0xCA8BCD) is known color: Lilac. HEX triplet: CA, 8B and CD. RGB value is (202,139,205). Sum of RGB (Red+Green+Blue) = 202+139+205=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA8BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BCD is #357432. Grayscale: #A5A5A5. Windows color (decimal): -3503155 or 13470666. OLE color: 13470666.
HSL color Cylindrical-coordinate representation of color #CA8BCD: hue angle of 297.27º 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 #CA8BCD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 139 | 205 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.20 |
| HSL | 297.27º | 0.4% | 0.67% | - |
| HSV(B) | 297.27º | 0.32% | 0.8% | - |
| XYZ | 44.61 | 35.43 | 62.25 | - |
| YUV | 165.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 205 | 0.01 | 0.32 | 0 | 0.20 | 297.27 | 0.4 | 0.67 |
| Hex | CA | 8B | CD | 1 | 20 | 0 | 14 | 129 | 28 | 43 |
| Octal | 312 | 213 | 315 | 1 | 40 | 0 | 24 | 451 | 50 | 103 |
| Binary | 11001010 | 10001011 | 11001101 | 1 | 100000 | 0 | 10100 | 100101001 | 101000 | 1000011 |
Color Harmonies of #CA8BCD
Complementary color
Monochromatic Colors of #CA8BCD
Black with #CA8BCD
Text Example
Text Example
White with #CA8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8BCD; }
p { color: rgb(202,139,205); }
H1.HeaderClassName
{
color: #CA8BCD;
}
.AnyTagClassName
{
color: #CA8BCD;
}
</style>
background-color css
<style>
a { background-color: #CA8BCD; }
a { background-color: rgb(202,139,205); }
div.DivClassName
{
background-color: #CA8BCD;
}
.BgClassName
{
background-color: #CA8BCD;
}
</style>
border-color css
<style>
span { border-color: #CA8BCD; }
span { border-color: rgb(202,139,205); }
td.TdClassName
{
border-color: #CA8BCD;
}
.TagClassName
{
border-color: #CA8BCD;
}
</style>