Shades of Heliotrope #C978ED
Tints of Heliotrope #C978ED
RGB
CMYK
RGB Variations
Color information
#C978ED (or 0xC978ED) is known color: Heliotrope. HEX triplet: C9, 78 and ED. RGB value is (201,120,237). Sum of RGB (Red+Green+Blue) = 201+120+237=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #C978ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978ED is #368712. Grayscale: #9D9D9D. Windows color (decimal): -3573523 or 15562953. OLE color: 15562953.
HSL color Cylindrical-coordinate representation of color #C978ED: hue angle of 281.54º degrees, saturation: 0.76, 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 #C978ED is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 120 | 237 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.07 |
| HSL | 281.54º | 0.76% | 0.7% | - |
| HSV(B) | 281.54º | 0.49% | 0.93% | - |
| XYZ | 46.09 | 31.96 | 83.86 | - |
| YUV | 157.56 | 172.84 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 237 | 0.15 | 0.49 | 0 | 0.07 | 281.54 | 0.76 | 0.7 |
| Hex | C9 | 78 | ED | F | 31 | 0 | 7 | 11A | 4C | 46 |
| Octal | 311 | 170 | 355 | 17 | 61 | 0 | 7 | 432 | 114 | 106 |
| Binary | 11001001 | 1111000 | 11101101 | 1111 | 110001 | 0 | 111 | 100011010 | 1001100 | 1000110 |
Color Harmonies of #C978ED
Complementary color
Monochromatic Colors of #C978ED
Black with #C978ED
Text Example
Text Example
White with #C978ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978ED; }
p { color: rgb(201,120,237); }
H1.HeaderClassName
{
color: #C978ED;
}
.AnyTagClassName
{
color: #C978ED;
}
</style>
background-color css
<style>
a { background-color: #C978ED; }
a { background-color: rgb(201,120,237); }
div.DivClassName
{
background-color: #C978ED;
}
.BgClassName
{
background-color: #C978ED;
}
</style>
border-color css
<style>
span { border-color: #C978ED; }
span { border-color: rgb(201,120,237); }
td.TdClassName
{
border-color: #C978ED;
}
.TagClassName
{
border-color: #C978ED;
}
</style>