Shades of Heliotrope #C982EF
Tints of Heliotrope #C982EF
RGB
CMYK
RGB Variations
Color information
#C982EF (or 0xC982EF) is known color: Heliotrope. HEX triplet: C9, 82 and EF. RGB value is (201,130,239). Sum of RGB (Red+Green+Blue) = 201+130+239=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #C982EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982EF is #367D10. Grayscale: #A3A3A3. Windows color (decimal): -3570961 or 15696585. OLE color: 15696585.
HSL color Cylindrical-coordinate representation of color #C982EF: hue angle of 279.08º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C982EF is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 130 | 239 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.06 |
| HSL | 279.08º | 0.77% | 0.72% | - |
| HSV(B) | 279.08º | 0.46% | 0.94% | - |
| XYZ | 47.65 | 34.61 | 85.83 | - |
| YUV | 163.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 239 | 0.16 | 0.46 | 0 | 0.06 | 279.08 | 0.77 | 0.72 |
| Hex | C9 | 82 | EF | 10 | 2E | 0 | 6 | 117 | 4D | 48 |
| Octal | 311 | 202 | 357 | 20 | 56 | 0 | 6 | 427 | 115 | 110 |
| Binary | 11001001 | 10000010 | 11101111 | 10000 | 101110 | 0 | 110 | 100010111 | 1001101 | 1001000 |
Color Harmonies of #C982EF
Complementary color
Monochromatic Colors of #C982EF
Black with #C982EF
Text Example
Text Example
White with #C982EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982EF; }
p { color: rgb(201,130,239); }
H1.HeaderClassName
{
color: #C982EF;
}
.AnyTagClassName
{
color: #C982EF;
}
</style>
background-color css
<style>
a { background-color: #C982EF; }
a { background-color: rgb(201,130,239); }
div.DivClassName
{
background-color: #C982EF;
}
.BgClassName
{
background-color: #C982EF;
}
</style>
border-color css
<style>
span { border-color: #C982EF; }
span { border-color: rgb(201,130,239); }
td.TdClassName
{
border-color: #C982EF;
}
.TagClassName
{
border-color: #C982EF;
}
</style>