Shades of Heliotrope #C982F8
Tints of Heliotrope #C982F8
RGB
CMYK
RGB Variations
Color information
#C982F8 (or 0xC982F8) is known color: Heliotrope. HEX triplet: C9, 82 and F8. RGB value is (201,130,248). Sum of RGB (Red+Green+Blue) = 201+130+248=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #C982F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982F8 is #367D07. Grayscale: #A4A4A4. Windows color (decimal): -3570952 or 16286409. OLE color: 16286409.
HSL color Cylindrical-coordinate representation of color #C982F8: hue angle of 276.1º 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 #C982F8 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 130 | 248 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.03 |
| HSL | 276.1º | 0.89% | 0.74% | - |
| HSV(B) | 276.1º | 0.48% | 0.97% | - |
| XYZ | 49.01 | 35.16 | 93.01 | - |
| YUV | 164.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 248 | 0.19 | 0.48 | 0 | 0.03 | 276.1 | 0.89 | 0.74 |
| Hex | C9 | 82 | F8 | 13 | 30 | 0 | 3 | 114 | 59 | 4A |
| Octal | 311 | 202 | 370 | 23 | 60 | 0 | 3 | 424 | 131 | 112 |
| Binary | 11001001 | 10000010 | 11111000 | 10011 | 110000 | 0 | 11 | 100010100 | 1011001 | 1001010 |
Color Harmonies of #C982F8
Complementary color
Monochromatic Colors of #C982F8
Black with #C982F8
Text Example
Text Example
White with #C982F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982F8; }
p { color: rgb(201,130,248); }
H1.HeaderClassName
{
color: #C982F8;
}
.AnyTagClassName
{
color: #C982F8;
}
</style>
background-color css
<style>
a { background-color: #C982F8; }
a { background-color: rgb(201,130,248); }
div.DivClassName
{
background-color: #C982F8;
}
.BgClassName
{
background-color: #C982F8;
}
</style>
border-color css
<style>
span { border-color: #C982F8; }
span { border-color: rgb(201,130,248); }
td.TdClassName
{
border-color: #C982F8;
}
.TagClassName
{
border-color: #C982F8;
}
</style>