Shades of Heliotrope #C974EC
Tints of Heliotrope #C974EC
RGB
CMYK
RGB Variations
Color information
#C974EC (or 0xC974EC) is known color: Heliotrope. HEX triplet: C9, 74 and EC. RGB value is (201,116,236). Sum of RGB (Red+Green+Blue) = 201+116+236=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #C974EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C974EC is #368B13. Grayscale: #9A9A9A. Windows color (decimal): -3574548 or 15496393. OLE color: 15496393.
HSL color Cylindrical-coordinate representation of color #C974EC: hue angle of 282.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C974EC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 116 | 236 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.07 |
| HSL | 282.5º | 0.76% | 0.69% | - |
| HSV(B) | 282.5º | 0.51% | 0.93% | - |
| XYZ | 45.47 | 30.96 | 82.94 | - |
| YUV | 155.1 | 173.66 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 236 | 0.15 | 0.51 | 0 | 0.07 | 282.5 | 0.76 | 0.69 |
| Hex | C9 | 74 | EC | F | 33 | 0 | 7 | 11A | 4C | 45 |
| Octal | 311 | 164 | 354 | 17 | 63 | 0 | 7 | 432 | 114 | 105 |
| Binary | 11001001 | 1110100 | 11101100 | 1111 | 110011 | 0 | 111 | 100011010 | 1001100 | 1000101 |
Color Harmonies of #C974EC
Complementary color
Monochromatic Colors of #C974EC
Black with #C974EC
Text Example
Text Example
White with #C974EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974EC; }
p { color: rgb(201,116,236); }
H1.HeaderClassName
{
color: #C974EC;
}
.AnyTagClassName
{
color: #C974EC;
}
</style>
background-color css
<style>
a { background-color: #C974EC; }
a { background-color: rgb(201,116,236); }
div.DivClassName
{
background-color: #C974EC;
}
.BgClassName
{
background-color: #C974EC;
}
</style>
border-color css
<style>
span { border-color: #C974EC; }
span { border-color: rgb(201,116,236); }
td.TdClassName
{
border-color: #C974EC;
}
.TagClassName
{
border-color: #C974EC;
}
</style>