Shades of Heliotrope #C977FC
Tints of Heliotrope #C977FC
RGB
CMYK
RGB Variations
Color information
#C977FC (or 0xC977FC) is known color: Heliotrope. HEX triplet: C9, 77 and FC. RGB value is (201,119,252). Sum of RGB (Red+Green+Blue) = 201+119+252=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #C977FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C977FC is #368803. Grayscale: #9E9E9E. Windows color (decimal): -3573764 or 16545737. OLE color: 16545737.
HSL color Cylindrical-coordinate representation of color #C977FC: hue angle of 276.99º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C977FC is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 119 | 252 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.01 |
| HSL | 276.99º | 0.96% | 0.73% | - |
| HSV(B) | 276.99º | 0.53% | 0.99% | - |
| XYZ | 48.25 | 32.64 | 95.85 | - |
| YUV | 158.68 | 180.67 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 252 | 0.20 | 0.53 | 0 | 0.01 | 276.99 | 0.96 | 0.73 |
| Hex | C9 | 77 | FC | 14 | 35 | 0 | 1 | 115 | 60 | 49 |
| Octal | 311 | 167 | 374 | 24 | 65 | 0 | 1 | 425 | 140 | 111 |
| Binary | 11001001 | 1110111 | 11111100 | 10100 | 110101 | 0 | 1 | 100010101 | 1100000 | 1001001 |
Color Harmonies of #C977FC
Complementary color
Monochromatic Colors of #C977FC
Black with #C977FC
Text Example
Text Example
White with #C977FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977FC; }
p { color: rgb(201,119,252); }
H1.HeaderClassName
{
color: #C977FC;
}
.AnyTagClassName
{
color: #C977FC;
}
</style>
background-color css
<style>
a { background-color: #C977FC; }
a { background-color: rgb(201,119,252); }
div.DivClassName
{
background-color: #C977FC;
}
.BgClassName
{
background-color: #C977FC;
}
</style>
border-color css
<style>
span { border-color: #C977FC; }
span { border-color: rgb(201,119,252); }
td.TdClassName
{
border-color: #C977FC;
}
.TagClassName
{
border-color: #C977FC;
}
</style>