Shades of Heliotrope #C882F8
Tints of Heliotrope #C882F8
RGB
CMYK
RGB Variations
Color information
#C882F8 (or 0xC882F8) is known color: Heliotrope. HEX triplet: C8, 82 and F8. RGB value is (200,130,248). Sum of RGB (Red+Green+Blue) = 200+130+248=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #C882F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882F8 is #377D07. Grayscale: #A3A3A3. Windows color (decimal): -3636488 or 16286408. OLE color: 16286408.
HSL color Cylindrical-coordinate representation of color #C882F8: hue angle of 275.59º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C882F8 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 130 | 248 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.03 |
| HSL | 275.59º | 0.89% | 0.74% | - |
| HSV(B) | 275.59º | 0.48% | 0.97% | - |
| XYZ | 48.75 | 35.02 | 93 | - |
| YUV | 164.38 | 175.19 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 248 | 0.19 | 0.48 | 0 | 0.03 | 275.59 | 0.89 | 0.74 |
| Hex | C8 | 82 | F8 | 13 | 30 | 0 | 3 | 114 | 59 | 4A |
| Octal | 310 | 202 | 370 | 23 | 60 | 0 | 3 | 424 | 131 | 112 |
| Binary | 11001000 | 10000010 | 11111000 | 10011 | 110000 | 0 | 11 | 100010100 | 1011001 | 1001010 |
Color Harmonies of #C882F8
Complementary color
Monochromatic Colors of #C882F8
Black with #C882F8
Text Example
Text Example
White with #C882F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882F8; }
p { color: rgb(200,130,248); }
H1.HeaderClassName
{
color: #C882F8;
}
.AnyTagClassName
{
color: #C882F8;
}
</style>
background-color css
<style>
a { background-color: #C882F8; }
a { background-color: rgb(200,130,248); }
div.DivClassName
{
background-color: #C882F8;
}
.BgClassName
{
background-color: #C882F8;
}
</style>
border-color css
<style>
span { border-color: #C882F8; }
span { border-color: rgb(200,130,248); }
td.TdClassName
{
border-color: #C882F8;
}
.TagClassName
{
border-color: #C882F8;
}
</style>