Shades of Heliotrope #C978EC
Tints of Heliotrope #C978EC
RGB
CMYK
RGB Variations
Color information
#C978EC (or 0xC978EC) is known color: Heliotrope. HEX triplet: C9, 78 and EC. RGB value is (201,120,236). Sum of RGB (Red+Green+Blue) = 201+120+236=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #C978EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978EC is #368713. Grayscale: #9D9D9D. Windows color (decimal): -3573524 or 15497417. OLE color: 15497417.
HSL color Cylindrical-coordinate representation of color #C978EC: hue angle of 281.9º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C978EC is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 120 | 236 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.07 |
| HSL | 281.9º | 0.75% | 0.7% | - |
| HSV(B) | 281.9º | 0.49% | 0.93% | - |
| XYZ | 45.94 | 31.91 | 83.09 | - |
| YUV | 157.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 236 | 0.15 | 0.49 | 0 | 0.07 | 281.9 | 0.75 | 0.7 |
| Hex | C9 | 78 | EC | F | 31 | 0 | 7 | 11A | 4B | 46 |
| Octal | 311 | 170 | 354 | 17 | 61 | 0 | 7 | 432 | 113 | 106 |
| Binary | 11001001 | 1111000 | 11101100 | 1111 | 110001 | 0 | 111 | 100011010 | 1001011 | 1000110 |
Color Harmonies of #C978EC
Complementary color
Monochromatic Colors of #C978EC
Black with #C978EC
Text Example
Text Example
White with #C978EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978EC; }
p { color: rgb(201,120,236); }
H1.HeaderClassName
{
color: #C978EC;
}
.AnyTagClassName
{
color: #C978EC;
}
</style>
background-color css
<style>
a { background-color: #C978EC; }
a { background-color: rgb(201,120,236); }
div.DivClassName
{
background-color: #C978EC;
}
.BgClassName
{
background-color: #C978EC;
}
</style>
border-color css
<style>
span { border-color: #C978EC; }
span { border-color: rgb(201,120,236); }
td.TdClassName
{
border-color: #C978EC;
}
.TagClassName
{
border-color: #C978EC;
}
</style>