Shades of Heliotrope #C978FA
Tints of Heliotrope #C978FA
RGB
CMYK
RGB Variations
Color information
#C978FA (or 0xC978FA) is known color: Heliotrope. HEX triplet: C9, 78 and FA. RGB value is (201,120,250). Sum of RGB (Red+Green+Blue) = 201+120+250=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #C978FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978FA is #368705. Grayscale: #9E9E9E. Windows color (decimal): -3573510 or 16414921. OLE color: 16414921.
HSL color Cylindrical-coordinate representation of color #C978FA: hue angle of 277.38º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C978FA is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 120 | 250 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.02 |
| HSL | 277.38º | 0.93% | 0.73% | - |
| HSV(B) | 277.38º | 0.52% | 0.98% | - |
| XYZ | 48.06 | 32.75 | 94.23 | - |
| YUV | 159.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 250 | 0.20 | 0.52 | 0 | 0.02 | 277.38 | 0.93 | 0.73 |
| Hex | C9 | 78 | FA | 14 | 34 | 0 | 2 | 115 | 5D | 49 |
| Octal | 311 | 170 | 372 | 24 | 64 | 0 | 2 | 425 | 135 | 111 |
| Binary | 11001001 | 1111000 | 11111010 | 10100 | 110100 | 0 | 10 | 100010101 | 1011101 | 1001001 |
Color Harmonies of #C978FA
Complementary color
Monochromatic Colors of #C978FA
Black with #C978FA
Text Example
Text Example
White with #C978FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978FA; }
p { color: rgb(201,120,250); }
H1.HeaderClassName
{
color: #C978FA;
}
.AnyTagClassName
{
color: #C978FA;
}
</style>
background-color css
<style>
a { background-color: #C978FA; }
a { background-color: rgb(201,120,250); }
div.DivClassName
{
background-color: #C978FA;
}
.BgClassName
{
background-color: #C978FA;
}
</style>
border-color css
<style>
span { border-color: #C978FA; }
span { border-color: rgb(201,120,250); }
td.TdClassName
{
border-color: #C978FA;
}
.TagClassName
{
border-color: #C978FA;
}
</style>