Shades of Lilac #C087C2
Tints of Lilac #C087C2
RGB
CMYK
RGB Variations
Color information
#C087C2 (or 0xC087C2) is known color: Lilac. HEX triplet: C0, 87 and C2. RGB value is (192,135,194). Sum of RGB (Red+Green+Blue) = 192+135+194=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 194 - color contains mainly: blue. Hex color #C087C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087C2 is #3F783D. Grayscale: #9E9E9E. Windows color (decimal): -4159550 or 12748736. OLE color: 12748736.
HSL color Cylindrical-coordinate representation of color #C087C2: hue angle of 297.97º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C087C2 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 135 | 194 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.24 |
| HSL | 297.97º | 0.33% | 0.65% | - |
| HSV(B) | 297.97º | 0.3% | 0.76% | - |
| XYZ | 40.14 | 32.43 | 55.18 | - |
| YUV | 158.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 194 | 0.01 | 0.30 | 0 | 0.24 | 297.97 | 0.33 | 0.65 |
| Hex | C0 | 87 | C2 | 1 | 1E | 0 | 18 | 12A | 21 | 41 |
| Octal | 300 | 207 | 302 | 1 | 36 | 0 | 30 | 452 | 41 | 101 |
| Binary | 11000000 | 10000111 | 11000010 | 1 | 11110 | 0 | 11000 | 100101010 | 100001 | 1000001 |
Color Harmonies of #C087C2
Complementary color
Monochromatic Colors of #C087C2
Black with #C087C2
Text Example
Text Example
White with #C087C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087C2; }
p { color: rgb(192,135,194); }
H1.HeaderClassName
{
color: #C087C2;
}
.AnyTagClassName
{
color: #C087C2;
}
</style>
background-color css
<style>
a { background-color: #C087C2; }
a { background-color: rgb(192,135,194); }
div.DivClassName
{
background-color: #C087C2;
}
.BgClassName
{
background-color: #C087C2;
}
</style>
border-color css
<style>
span { border-color: #C087C2; }
span { border-color: rgb(192,135,194); }
td.TdClassName
{
border-color: #C087C2;
}
.TagClassName
{
border-color: #C087C2;
}
</style>