Shades of Lilac #C884BE
Tints of Lilac #C884BE
RGB
CMYK
RGB Variations
Color information
#C884BE (or 0xC884BE) is known color: Lilac. HEX triplet: C8, 84 and BE. RGB value is (200,132,190). Sum of RGB (Red+Green+Blue) = 200+132+190=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C884BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884BE is #377B41. Grayscale: #9E9E9E. Windows color (decimal): -3636034 or 12485832. OLE color: 12485832.
HSL color Cylindrical-coordinate representation of color #C884BE: hue angle of 308.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C884BE is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 190 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.22 |
| HSL | 308.82º | 0.38% | 0.65% | - |
| HSV(B) | 308.82º | 0.34% | 0.78% | - |
| XYZ | 41.36 | 32.5 | 52.81 | - |
| YUV | 158.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 190 | 0 | 0.34 | 0.05 | 0.22 | 308.82 | 0.38 | 0.65 |
| Hex | C8 | 84 | BE | 0 | 22 | 5 | 16 | 135 | 26 | 41 |
| Octal | 310 | 204 | 276 | 0 | 42 | 5 | 26 | 465 | 46 | 101 |
| Binary | 11001000 | 10000100 | 10111110 | 0 | 100010 | 101 | 10110 | 100110101 | 100110 | 1000001 |
Color Harmonies of #C884BE
Complementary color
Monochromatic Colors of #C884BE
Black with #C884BE
Text Example
Text Example
White with #C884BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884BE; }
p { color: rgb(200,132,190); }
H1.HeaderClassName
{
color: #C884BE;
}
.AnyTagClassName
{
color: #C884BE;
}
</style>
background-color css
<style>
a { background-color: #C884BE; }
a { background-color: rgb(200,132,190); }
div.DivClassName
{
background-color: #C884BE;
}
.BgClassName
{
background-color: #C884BE;
}
</style>
border-color css
<style>
span { border-color: #C884BE; }
span { border-color: rgb(200,132,190); }
td.TdClassName
{
border-color: #C884BE;
}
.TagClassName
{
border-color: #C884BE;
}
</style>