Shades of Heliotrope #C977FE
Tints of Heliotrope #C977FE
RGB
CMYK
RGB Variations
Color information
#C977FE (or 0xC977FE) is known color: Heliotrope. HEX triplet: C9, 77 and FE. RGB value is (201,119,254). Sum of RGB (Red+Green+Blue) = 201+119+254=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #C977FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C977FE is #368801. Grayscale: #9E9E9E. Windows color (decimal): -3573762 or 16676809. OLE color: 16676809.
HSL color Cylindrical-coordinate representation of color #C977FE: hue angle of 276.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C977FE is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 119 | 254 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.00 |
| HSL | 276.44º | 0.99% | 0.73% | - |
| HSV(B) | 276.44º | 0.53% | 1% | - |
| XYZ | 48.57 | 32.77 | 97.53 | - |
| YUV | 158.91 | 181.67 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 254 | 0.21 | 0.53 | 0 | 0.00 | 276.44 | 0.99 | 0.73 |
| Hex | C9 | 77 | FE | 15 | 35 | 0 | 0 | 114 | 63 | 49 |
| Octal | 311 | 167 | 376 | 25 | 65 | 0 | 0 | 424 | 143 | 111 |
| Binary | 11001001 | 1110111 | 11111110 | 10101 | 110101 | 0 | 0 | 100010100 | 1100011 | 1001001 |
Color Harmonies of #C977FE
Complementary color
Monochromatic Colors of #C977FE
Black with #C977FE
Text Example
Text Example
White with #C977FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977FE; }
p { color: rgb(201,119,254); }
H1.HeaderClassName
{
color: #C977FE;
}
.AnyTagClassName
{
color: #C977FE;
}
</style>
background-color css
<style>
a { background-color: #C977FE; }
a { background-color: rgb(201,119,254); }
div.DivClassName
{
background-color: #C977FE;
}
.BgClassName
{
background-color: #C977FE;
}
</style>
border-color css
<style>
span { border-color: #C977FE; }
span { border-color: rgb(201,119,254); }
td.TdClassName
{
border-color: #C977FE;
}
.TagClassName
{
border-color: #C977FE;
}
</style>