Shades of Lilac #C882BE
Tints of Lilac #C882BE
RGB
CMYK
RGB Variations
Color information
#C882BE (or 0xC882BE) is known color: Lilac. HEX triplet: C8, 82 and BE. RGB value is (200,130,190). Sum of RGB (Red+Green+Blue) = 200+130+190=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C882BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882BE is #377D41. Grayscale: #9D9D9D. Windows color (decimal): -3636546 or 12485320. OLE color: 12485320.
HSL color Cylindrical-coordinate representation of color #C882BE: hue angle of 308.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882BE is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 190 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.22 |
| HSL | 308.57º | 0.39% | 0.65% | - |
| HSV(B) | 308.57º | 0.35% | 0.78% | - |
| XYZ | 41.1 | 31.96 | 52.72 | - |
| YUV | 157.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 190 | 0 | 0.35 | 0.05 | 0.22 | 308.57 | 0.39 | 0.65 |
| Hex | C8 | 82 | BE | 0 | 23 | 5 | 16 | 135 | 27 | 41 |
| Octal | 310 | 202 | 276 | 0 | 43 | 5 | 26 | 465 | 47 | 101 |
| Binary | 11001000 | 10000010 | 10111110 | 0 | 100011 | 101 | 10110 | 100110101 | 100111 | 1000001 |
Color Harmonies of #C882BE
Complementary color
Monochromatic Colors of #C882BE
Black with #C882BE
Text Example
Text Example
White with #C882BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882BE; }
p { color: rgb(200,130,190); }
H1.HeaderClassName
{
color: #C882BE;
}
.AnyTagClassName
{
color: #C882BE;
}
</style>
background-color css
<style>
a { background-color: #C882BE; }
a { background-color: rgb(200,130,190); }
div.DivClassName
{
background-color: #C882BE;
}
.BgClassName
{
background-color: #C882BE;
}
</style>
border-color css
<style>
span { border-color: #C882BE; }
span { border-color: rgb(200,130,190); }
td.TdClassName
{
border-color: #C882BE;
}
.TagClassName
{
border-color: #C882BE;
}
</style>