Shades of Heliotrope #C977FF
Tints of Heliotrope #C977FF
RGB
CMYK
RGB Variations
Color information
#C977FF (or 0xC977FF) is known color: Heliotrope. HEX triplet: C9, 77 and FF. RGB value is (201,119,255). Sum of RGB (Red+Green+Blue) = 201+119+255=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #C977FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C977FF is #368800. Grayscale: #9E9E9E. Windows color (decimal): -3573761 or 16742345. OLE color: 16742345.
HSL color Cylindrical-coordinate representation of color #C977FF: hue angle of 276.18º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C977FF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 119 | 255 | - |
| CMYK | 0.21 | 0.53 | 0 | 0 |
| HSL | 276.18º | 1% | 0.73% | - |
| HSV(B) | 276.18º | 0.53% | 1% | - |
| XYZ | 48.73 | 32.83 | 98.38 | - |
| YUV | 159.02 | 182.17 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 255 | 0.21 | 0.53 | 0 | 0 | 276.18 | 1 | 0.73 |
| Hex | C9 | 77 | FF | 15 | 35 | 0 | 0 | 114 | 64 | 49 |
| Octal | 311 | 167 | 377 | 25 | 65 | 0 | 0 | 424 | 144 | 111 |
| Binary | 11001001 | 1110111 | 11111111 | 10101 | 110101 | 0 | 0 | 100010100 | 1100100 | 1001001 |
Color Harmonies of #C977FF
Complementary color
Monochromatic Colors of #C977FF
Black with #C977FF
Text Example
Text Example
White with #C977FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977FF; }
p { color: rgb(201,119,255); }
H1.HeaderClassName
{
color: #C977FF;
}
.AnyTagClassName
{
color: #C977FF;
}
</style>
background-color css
<style>
a { background-color: #C977FF; }
a { background-color: rgb(201,119,255); }
div.DivClassName
{
background-color: #C977FF;
}
.BgClassName
{
background-color: #C977FF;
}
</style>
border-color css
<style>
span { border-color: #C977FF; }
span { border-color: rgb(201,119,255); }
td.TdClassName
{
border-color: #C977FF;
}
.TagClassName
{
border-color: #C977FF;
}
</style>