Shades of Lilac #CA8FBE
Tints of Lilac #CA8FBE
RGB
CMYK
RGB Variations
Color information
#CA8FBE (or 0xCA8FBE) is known color: Lilac. HEX triplet: CA, 8F and BE. RGB value is (202,143,190). Sum of RGB (Red+Green+Blue) = 202+143+190=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FBE is #357041. Grayscale: #A5A5A5. Windows color (decimal): -3502146 or 12488650. OLE color: 12488650.
HSL color Cylindrical-coordinate representation of color #CA8FBE: hue angle of 312.2º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8FBE is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 190 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.21 |
| HSL | 312.2º | 0.36% | 0.68% | - |
| HSV(B) | 312.2º | 0.29% | 0.79% | - |
| XYZ | 43.47 | 35.92 | 53.36 | - |
| YUV | 166 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 190 | 0 | 0.29 | 0.06 | 0.21 | 312.2 | 0.36 | 0.68 |
| Hex | CA | 8F | BE | 0 | 1D | 6 | 15 | 138 | 24 | 44 |
| Octal | 312 | 217 | 276 | 0 | 35 | 6 | 25 | 470 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10111110 | 0 | 11101 | 110 | 10101 | 100111000 | 100100 | 1000100 |
Color Harmonies of #CA8FBE
Complementary color
Monochromatic Colors of #CA8FBE
Black with #CA8FBE
Text Example
Text Example
White with #CA8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FBE; }
p { color: rgb(202,143,190); }
H1.HeaderClassName
{
color: #CA8FBE;
}
.AnyTagClassName
{
color: #CA8FBE;
}
</style>
background-color css
<style>
a { background-color: #CA8FBE; }
a { background-color: rgb(202,143,190); }
div.DivClassName
{
background-color: #CA8FBE;
}
.BgClassName
{
background-color: #CA8FBE;
}
</style>
border-color css
<style>
span { border-color: #CA8FBE; }
span { border-color: rgb(202,143,190); }
td.TdClassName
{
border-color: #CA8FBE;
}
.TagClassName
{
border-color: #CA8FBE;
}
</style>