Shades of Heliotrope #C882F1
Tints of Heliotrope #C882F1
RGB
CMYK
RGB Variations
Color information
#C882F1 (or 0xC882F1) is known color: Heliotrope. HEX triplet: C8, 82 and F1. RGB value is (200,130,241). Sum of RGB (Red+Green+Blue) = 200+130+241=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #C882F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882F1 is #377D0E. Grayscale: #A3A3A3. Windows color (decimal): -3636495 or 15827656. OLE color: 15827656.
HSL color Cylindrical-coordinate representation of color #C882F1: hue angle of 277.84º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C882F1 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 130 | 241 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.05 |
| HSL | 277.84º | 0.8% | 0.73% | - |
| HSV(B) | 277.84º | 0.46% | 0.95% | - |
| XYZ | 47.68 | 34.6 | 87.38 | - |
| YUV | 163.58 | 171.69 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 241 | 0.17 | 0.46 | 0 | 0.05 | 277.84 | 0.8 | 0.73 |
| Hex | C8 | 82 | F1 | 11 | 2E | 0 | 5 | 116 | 50 | 49 |
| Octal | 310 | 202 | 361 | 21 | 56 | 0 | 5 | 426 | 120 | 111 |
| Binary | 11001000 | 10000010 | 11110001 | 10001 | 101110 | 0 | 101 | 100010110 | 1010000 | 1001001 |
Color Harmonies of #C882F1
Complementary color
Monochromatic Colors of #C882F1
Black with #C882F1
Text Example
Text Example
White with #C882F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882F1; }
p { color: rgb(200,130,241); }
H1.HeaderClassName
{
color: #C882F1;
}
.AnyTagClassName
{
color: #C882F1;
}
</style>
background-color css
<style>
a { background-color: #C882F1; }
a { background-color: rgb(200,130,241); }
div.DivClassName
{
background-color: #C882F1;
}
.BgClassName
{
background-color: #C882F1;
}
</style>
border-color css
<style>
span { border-color: #C882F1; }
span { border-color: rgb(200,130,241); }
td.TdClassName
{
border-color: #C882F1;
}
.TagClassName
{
border-color: #C882F1;
}
</style>