Shades of Lilac #CA8BBE
Tints of Lilac #CA8BBE
RGB
CMYK
RGB Variations
Color information
#CA8BBE (or 0xCA8BBE) is known color: Lilac. HEX triplet: CA, 8B and BE. RGB value is (202,139,190). Sum of RGB (Red+Green+Blue) = 202+139+190=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BBE is #357441. Grayscale: #A3A3A3. Windows color (decimal): -3503170 or 12487626. OLE color: 12487626.
HSL color Cylindrical-coordinate representation of color #CA8BBE: hue angle of 311.43º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8BBE is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 190 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.21 |
| HSL | 311.43º | 0.37% | 0.67% | - |
| HSV(B) | 311.43º | 0.31% | 0.79% | - |
| XYZ | 42.88 | 34.74 | 53.16 | - |
| YUV | 163.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 190 | 0 | 0.31 | 0.06 | 0.21 | 311.43 | 0.37 | 0.67 |
| Hex | CA | 8B | BE | 0 | 1F | 6 | 15 | 137 | 25 | 43 |
| Octal | 312 | 213 | 276 | 0 | 37 | 6 | 25 | 467 | 45 | 103 |
| Binary | 11001010 | 10001011 | 10111110 | 0 | 11111 | 110 | 10101 | 100110111 | 100101 | 1000011 |
Color Harmonies of #CA8BBE
Complementary color
Monochromatic Colors of #CA8BBE
Black with #CA8BBE
Text Example
Text Example
White with #CA8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8BBE; }
p { color: rgb(202,139,190); }
H1.HeaderClassName
{
color: #CA8BBE;
}
.AnyTagClassName
{
color: #CA8BBE;
}
</style>
background-color css
<style>
a { background-color: #CA8BBE; }
a { background-color: rgb(202,139,190); }
div.DivClassName
{
background-color: #CA8BBE;
}
.BgClassName
{
background-color: #CA8BBE;
}
</style>
border-color css
<style>
span { border-color: #CA8BBE; }
span { border-color: rgb(202,139,190); }
td.TdClassName
{
border-color: #CA8BBE;
}
.TagClassName
{
border-color: #CA8BBE;
}
</style>