Shades of Heliotrope #C978F9
Tints of Heliotrope #C978F9
RGB
CMYK
RGB Variations
Color information
#C978F9 (or 0xC978F9) is known color: Heliotrope. HEX triplet: C9, 78 and F9. RGB value is (201,120,249). Sum of RGB (Red+Green+Blue) = 201+120+249=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #C978F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978F9 is #368706. Grayscale: #9E9E9E. Windows color (decimal): -3573511 or 16349385. OLE color: 16349385.
HSL color Cylindrical-coordinate representation of color #C978F9: hue angle of 277.67º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C978F9 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 120 | 249 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.02 |
| HSL | 277.67º | 0.91% | 0.72% | - |
| HSV(B) | 277.67º | 0.52% | 0.98% | - |
| XYZ | 47.9 | 32.69 | 93.41 | - |
| YUV | 158.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 249 | 0.19 | 0.52 | 0 | 0.02 | 277.67 | 0.91 | 0.72 |
| Hex | C9 | 78 | F9 | 13 | 34 | 0 | 2 | 116 | 5B | 48 |
| Octal | 311 | 170 | 371 | 23 | 64 | 0 | 2 | 426 | 133 | 110 |
| Binary | 11001001 | 1111000 | 11111001 | 10011 | 110100 | 0 | 10 | 100010110 | 1011011 | 1001000 |
Color Harmonies of #C978F9
Complementary color
Monochromatic Colors of #C978F9
Black with #C978F9
Text Example
Text Example
White with #C978F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978F9; }
p { color: rgb(201,120,249); }
H1.HeaderClassName
{
color: #C978F9;
}
.AnyTagClassName
{
color: #C978F9;
}
</style>
background-color css
<style>
a { background-color: #C978F9; }
a { background-color: rgb(201,120,249); }
div.DivClassName
{
background-color: #C978F9;
}
.BgClassName
{
background-color: #C978F9;
}
</style>
border-color css
<style>
span { border-color: #C978F9; }
span { border-color: rgb(201,120,249); }
td.TdClassName
{
border-color: #C978F9;
}
.TagClassName
{
border-color: #C978F9;
}
</style>