Shades of Heliotrope #C882F9
Tints of Heliotrope #C882F9
RGB
CMYK
RGB Variations
Color information
#C882F9 (or 0xC882F9) is known color: Heliotrope. HEX triplet: C8, 82 and F9. RGB value is (200,130,249). Sum of RGB (Red+Green+Blue) = 200+130+249=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #C882F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882F9 is #377D06. Grayscale: #A4A4A4. Windows color (decimal): -3636487 or 16351944. OLE color: 16351944.
HSL color Cylindrical-coordinate representation of color #C882F9: hue angle of 275.29º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C882F9 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 130 | 249 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.02 |
| HSL | 275.29º | 0.91% | 0.74% | - |
| HSV(B) | 275.29º | 0.48% | 0.98% | - |
| XYZ | 48.9 | 35.08 | 93.82 | - |
| YUV | 164.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 249 | 0.20 | 0.48 | 0 | 0.02 | 275.29 | 0.91 | 0.74 |
| Hex | C8 | 82 | F9 | 14 | 30 | 0 | 2 | 113 | 5B | 4A |
| Octal | 310 | 202 | 371 | 24 | 60 | 0 | 2 | 423 | 133 | 112 |
| Binary | 11001000 | 10000010 | 11111001 | 10100 | 110000 | 0 | 10 | 100010011 | 1011011 | 1001010 |
Color Harmonies of #C882F9
Complementary color
Monochromatic Colors of #C882F9
Black with #C882F9
Text Example
Text Example
White with #C882F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882F9; }
p { color: rgb(200,130,249); }
H1.HeaderClassName
{
color: #C882F9;
}
.AnyTagClassName
{
color: #C882F9;
}
</style>
background-color css
<style>
a { background-color: #C882F9; }
a { background-color: rgb(200,130,249); }
div.DivClassName
{
background-color: #C882F9;
}
.BgClassName
{
background-color: #C882F9;
}
</style>
border-color css
<style>
span { border-color: #C882F9; }
span { border-color: rgb(200,130,249); }
td.TdClassName
{
border-color: #C882F9;
}
.TagClassName
{
border-color: #C882F9;
}
</style>