Shades of Heliotrope #C882F6
Tints of Heliotrope #C882F6
RGB
CMYK
RGB Variations
Color information
#C882F6 (or 0xC882F6) is known color: Heliotrope. HEX triplet: C8, 82 and F6. RGB value is (200,130,246). Sum of RGB (Red+Green+Blue) = 200+130+246=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #C882F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882F6 is #377D09. Grayscale: #A3A3A3. Windows color (decimal): -3636490 or 16155336. OLE color: 16155336.
HSL color Cylindrical-coordinate representation of color #C882F6: hue angle of 276.21º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C882F6 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 130 | 246 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.04 |
| HSL | 276.21º | 0.87% | 0.74% | - |
| HSV(B) | 276.21º | 0.47% | 0.96% | - |
| XYZ | 48.44 | 34.9 | 91.37 | - |
| YUV | 164.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 246 | 0.19 | 0.47 | 0 | 0.04 | 276.21 | 0.87 | 0.74 |
| Hex | C8 | 82 | F6 | 13 | 2F | 0 | 4 | 114 | 57 | 4A |
| Octal | 310 | 202 | 366 | 23 | 57 | 0 | 4 | 424 | 127 | 112 |
| Binary | 11001000 | 10000010 | 11110110 | 10011 | 101111 | 0 | 100 | 100010100 | 1010111 | 1001010 |
Color Harmonies of #C882F6
Complementary color
Monochromatic Colors of #C882F6
Black with #C882F6
Text Example
Text Example
White with #C882F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882F6; }
p { color: rgb(200,130,246); }
H1.HeaderClassName
{
color: #C882F6;
}
.AnyTagClassName
{
color: #C882F6;
}
</style>
background-color css
<style>
a { background-color: #C882F6; }
a { background-color: rgb(200,130,246); }
div.DivClassName
{
background-color: #C882F6;
}
.BgClassName
{
background-color: #C882F6;
}
</style>
border-color css
<style>
span { border-color: #C882F6; }
span { border-color: rgb(200,130,246); }
td.TdClassName
{
border-color: #C882F6;
}
.TagClassName
{
border-color: #C882F6;
}
</style>