Shades of Heliotrope #C882EF
Tints of Heliotrope #C882EF
RGB
CMYK
RGB Variations
Color information
#C882EF (or 0xC882EF) is known color: Heliotrope. HEX triplet: C8, 82 and EF. RGB value is (200,130,239). Sum of RGB (Red+Green+Blue) = 200+130+239=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #C882EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882EF is #377D10. Grayscale: #A2A2A2. Windows color (decimal): -3636497 or 15696584. OLE color: 15696584.
HSL color Cylindrical-coordinate representation of color #C882EF: hue angle of 278.53º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C882EF is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 130 | 239 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.06 |
| HSL | 278.53º | 0.77% | 0.72% | - |
| HSV(B) | 278.53º | 0.46% | 0.94% | - |
| XYZ | 47.38 | 34.48 | 85.82 | - |
| YUV | 163.36 | 170.69 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 239 | 0.16 | 0.46 | 0 | 0.06 | 278.53 | 0.77 | 0.72 |
| Hex | C8 | 82 | EF | 10 | 2E | 0 | 6 | 117 | 4D | 48 |
| Octal | 310 | 202 | 357 | 20 | 56 | 0 | 6 | 427 | 115 | 110 |
| Binary | 11001000 | 10000010 | 11101111 | 10000 | 101110 | 0 | 110 | 100010111 | 1001101 | 1001000 |
Color Harmonies of #C882EF
Complementary color
Monochromatic Colors of #C882EF
Black with #C882EF
Text Example
Text Example
White with #C882EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882EF; }
p { color: rgb(200,130,239); }
H1.HeaderClassName
{
color: #C882EF;
}
.AnyTagClassName
{
color: #C882EF;
}
</style>
background-color css
<style>
a { background-color: #C882EF; }
a { background-color: rgb(200,130,239); }
div.DivClassName
{
background-color: #C882EF;
}
.BgClassName
{
background-color: #C882EF;
}
</style>
border-color css
<style>
span { border-color: #C882EF; }
span { border-color: rgb(200,130,239); }
td.TdClassName
{
border-color: #C882EF;
}
.TagClassName
{
border-color: #C882EF;
}
</style>