Shades of Heliotrope #C977FB
Tints of Heliotrope #C977FB
RGB
CMYK
RGB Variations
Color information
#C977FB (or 0xC977FB) is known color: Heliotrope. HEX triplet: C9, 77 and FB. RGB value is (201,119,251). Sum of RGB (Red+Green+Blue) = 201+119+251=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #C977FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C977FB is #368804. Grayscale: #9E9E9E. Windows color (decimal): -3573765 or 16480201. OLE color: 16480201.
HSL color Cylindrical-coordinate representation of color #C977FB: hue angle of 277.27º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C977FB is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 119 | 251 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.02 |
| HSL | 277.27º | 0.94% | 0.73% | - |
| HSV(B) | 277.27º | 0.53% | 0.98% | - |
| XYZ | 48.1 | 32.58 | 95.02 | - |
| YUV | 158.57 | 180.17 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 251 | 0.20 | 0.53 | 0 | 0.02 | 277.27 | 0.94 | 0.73 |
| Hex | C9 | 77 | FB | 14 | 35 | 0 | 2 | 115 | 5E | 49 |
| Octal | 311 | 167 | 373 | 24 | 65 | 0 | 2 | 425 | 136 | 111 |
| Binary | 11001001 | 1110111 | 11111011 | 10100 | 110101 | 0 | 10 | 100010101 | 1011110 | 1001001 |
Color Harmonies of #C977FB
Complementary color
Monochromatic Colors of #C977FB
Black with #C977FB
Text Example
Text Example
White with #C977FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977FB; }
p { color: rgb(201,119,251); }
H1.HeaderClassName
{
color: #C977FB;
}
.AnyTagClassName
{
color: #C977FB;
}
</style>
background-color css
<style>
a { background-color: #C977FB; }
a { background-color: rgb(201,119,251); }
div.DivClassName
{
background-color: #C977FB;
}
.BgClassName
{
background-color: #C977FB;
}
</style>
border-color css
<style>
span { border-color: #C977FB; }
span { border-color: rgb(201,119,251); }
td.TdClassName
{
border-color: #C977FB;
}
.TagClassName
{
border-color: #C977FB;
}
</style>