Shades of Heliotrope #C978EA
Tints of Heliotrope #C978EA
RGB
CMYK
RGB Variations
Color information
#C978EA (or 0xC978EA) is known color: Heliotrope. HEX triplet: C9, 78 and EA. RGB value is (201,120,234). Sum of RGB (Red+Green+Blue) = 201+120+234=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #C978EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978EA is #368715. Grayscale: #9C9C9C. Windows color (decimal): -3573526 or 15366345. OLE color: 15366345.
HSL color Cylindrical-coordinate representation of color #C978EA: hue angle of 282.63º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C978EA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 120 | 234 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.08 |
| HSL | 282.63º | 0.73% | 0.69% | - |
| HSV(B) | 282.63º | 0.49% | 0.92% | - |
| XYZ | 45.66 | 31.79 | 81.57 | - |
| YUV | 157.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 234 | 0.14 | 0.49 | 0 | 0.08 | 282.63 | 0.73 | 0.69 |
| Hex | C9 | 78 | EA | E | 31 | 0 | 8 | 11B | 49 | 45 |
| Octal | 311 | 170 | 352 | 16 | 61 | 0 | 10 | 433 | 111 | 105 |
| Binary | 11001001 | 1111000 | 11101010 | 1110 | 110001 | 0 | 1000 | 100011011 | 1001001 | 1000101 |
Color Harmonies of #C978EA
Complementary color
Monochromatic Colors of #C978EA
Black with #C978EA
Text Example
Text Example
White with #C978EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978EA; }
p { color: rgb(201,120,234); }
H1.HeaderClassName
{
color: #C978EA;
}
.AnyTagClassName
{
color: #C978EA;
}
</style>
background-color css
<style>
a { background-color: #C978EA; }
a { background-color: rgb(201,120,234); }
div.DivClassName
{
background-color: #C978EA;
}
.BgClassName
{
background-color: #C978EA;
}
</style>
border-color css
<style>
span { border-color: #C978EA; }
span { border-color: rgb(201,120,234); }
td.TdClassName
{
border-color: #C978EA;
}
.TagClassName
{
border-color: #C978EA;
}
</style>