Shades of Heliotrope #C977FD
Tints of Heliotrope #C977FD
RGB
CMYK
RGB Variations
Color information
#C977FD (or 0xC977FD) is known color: Heliotrope. HEX triplet: C9, 77 and FD. RGB value is (201,119,253). Sum of RGB (Red+Green+Blue) = 201+119+253=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #C977FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C977FD is #368802. Grayscale: #9E9E9E. Windows color (decimal): -3573763 or 16611273. OLE color: 16611273.
HSL color Cylindrical-coordinate representation of color #C977FD: hue angle of 276.72º degrees, saturation: 0.97, 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 #C977FD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 119 | 253 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.01 |
| HSL | 276.72º | 0.97% | 0.73% | - |
| HSV(B) | 276.72º | 0.53% | 0.99% | - |
| XYZ | 48.41 | 32.7 | 96.69 | - |
| YUV | 158.79 | 181.17 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 253 | 0.21 | 0.53 | 0 | 0.01 | 276.72 | 0.97 | 0.73 |
| Hex | C9 | 77 | FD | 15 | 35 | 0 | 1 | 115 | 61 | 49 |
| Octal | 311 | 167 | 375 | 25 | 65 | 0 | 1 | 425 | 141 | 111 |
| Binary | 11001001 | 1110111 | 11111101 | 10101 | 110101 | 0 | 1 | 100010101 | 1100001 | 1001001 |
Color Harmonies of #C977FD
Complementary color
Monochromatic Colors of #C977FD
Black with #C977FD
Text Example
Text Example
White with #C977FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977FD; }
p { color: rgb(201,119,253); }
H1.HeaderClassName
{
color: #C977FD;
}
.AnyTagClassName
{
color: #C977FD;
}
</style>
background-color css
<style>
a { background-color: #C977FD; }
a { background-color: rgb(201,119,253); }
div.DivClassName
{
background-color: #C977FD;
}
.BgClassName
{
background-color: #C977FD;
}
</style>
border-color css
<style>
span { border-color: #C977FD; }
span { border-color: rgb(201,119,253); }
td.TdClassName
{
border-color: #C977FD;
}
.TagClassName
{
border-color: #C977FD;
}
</style>