Shades of Heliotrope #C970EC
Tints of Heliotrope #C970EC
RGB
CMYK
RGB Variations
Color information
#C970EC (or 0xC970EC) is known color: Heliotrope. HEX triplet: C9, 70 and EC. RGB value is (201,112,236). Sum of RGB (Red+Green+Blue) = 201+112+236=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #C970EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C970EC is #368F13. Grayscale: #989898. Windows color (decimal): -3575572 or 15495369. OLE color: 15495369.
HSL color Cylindrical-coordinate representation of color #C970EC: hue angle of 283.06º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C970EC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 112 | 236 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.07 |
| HSL | 283.06º | 0.77% | 0.68% | - |
| HSV(B) | 283.06º | 0.53% | 0.93% | - |
| XYZ | 45.02 | 30.06 | 82.79 | - |
| YUV | 152.75 | 174.99 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 236 | 0.15 | 0.53 | 0 | 0.07 | 283.06 | 0.77 | 0.68 |
| Hex | C9 | 70 | EC | F | 35 | 0 | 7 | 11B | 4D | 44 |
| Octal | 311 | 160 | 354 | 17 | 65 | 0 | 7 | 433 | 115 | 104 |
| Binary | 11001001 | 1110000 | 11101100 | 1111 | 110101 | 0 | 111 | 100011011 | 1001101 | 1000100 |
Color Harmonies of #C970EC
Complementary color
Monochromatic Colors of #C970EC
Black with #C970EC
Text Example
Text Example
White with #C970EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970EC; }
p { color: rgb(201,112,236); }
H1.HeaderClassName
{
color: #C970EC;
}
.AnyTagClassName
{
color: #C970EC;
}
</style>
background-color css
<style>
a { background-color: #C970EC; }
a { background-color: rgb(201,112,236); }
div.DivClassName
{
background-color: #C970EC;
}
.BgClassName
{
background-color: #C970EC;
}
</style>
border-color css
<style>
span { border-color: #C970EC; }
span { border-color: rgb(201,112,236); }
td.TdClassName
{
border-color: #C970EC;
}
.TagClassName
{
border-color: #C970EC;
}
</style>