Shades of Lilac #C087CA
Tints of Lilac #C087CA
RGB
CMYK
RGB Variations
Color information
#C087CA (or 0xC087CA) is known color: Lilac. HEX triplet: C0, 87 and CA. RGB value is (192,135,202). Sum of RGB (Red+Green+Blue) = 192+135+202=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #C087CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087CA is #3F7835. Grayscale: #9F9F9F. Windows color (decimal): -4159542 or 13273024. OLE color: 13273024.
HSL color Cylindrical-coordinate representation of color #C087CA: hue angle of 291.04º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C087CA is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 135 | 202 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.21 |
| HSL | 291.04º | 0.39% | 0.66% | - |
| HSV(B) | 291.04º | 0.33% | 0.79% | - |
| XYZ | 41.06 | 32.8 | 60.04 | - |
| YUV | 159.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 202 | 0.05 | 0.33 | 0 | 0.21 | 291.04 | 0.39 | 0.66 |
| Hex | C0 | 87 | CA | 5 | 21 | 0 | 15 | 123 | 27 | 42 |
| Octal | 300 | 207 | 312 | 5 | 41 | 0 | 25 | 443 | 47 | 102 |
| Binary | 11000000 | 10000111 | 11001010 | 101 | 100001 | 0 | 10101 | 100100011 | 100111 | 1000010 |
Color Harmonies of #C087CA
Complementary color
Monochromatic Colors of #C087CA
Black with #C087CA
Text Example
Text Example
White with #C087CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087CA; }
p { color: rgb(192,135,202); }
H1.HeaderClassName
{
color: #C087CA;
}
.AnyTagClassName
{
color: #C087CA;
}
</style>
background-color css
<style>
a { background-color: #C087CA; }
a { background-color: rgb(192,135,202); }
div.DivClassName
{
background-color: #C087CA;
}
.BgClassName
{
background-color: #C087CA;
}
</style>
border-color css
<style>
span { border-color: #C087CA; }
span { border-color: rgb(192,135,202); }
td.TdClassName
{
border-color: #C087CA;
}
.TagClassName
{
border-color: #C087CA;
}
</style>