Shades of Heliotrope #C971F0
Tints of Heliotrope #C971F0
RGB
CMYK
RGB Variations
Color information
#C971F0 (or 0xC971F0) is known color: Heliotrope. HEX triplet: C9, 71 and F0. RGB value is (201,113,240). Sum of RGB (Red+Green+Blue) = 201+113+240=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #C971F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971F0 is #368E0F. Grayscale: #999999. Windows color (decimal): -3575312 or 15757769. OLE color: 15757769.
HSL color Cylindrical-coordinate representation of color #C971F0: hue angle of 281.57º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C971F0 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 113 | 240 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.06 |
| HSL | 281.57º | 0.81% | 0.69% | - |
| HSV(B) | 281.57º | 0.53% | 0.94% | - |
| XYZ | 45.72 | 30.52 | 85.92 | - |
| YUV | 153.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 240 | 0.16 | 0.53 | 0 | 0.06 | 281.57 | 0.81 | 0.69 |
| Hex | C9 | 71 | F0 | 10 | 35 | 0 | 6 | 11A | 51 | 45 |
| Octal | 311 | 161 | 360 | 20 | 65 | 0 | 6 | 432 | 121 | 105 |
| Binary | 11001001 | 1110001 | 11110000 | 10000 | 110101 | 0 | 110 | 100011010 | 1010001 | 1000101 |
Color Harmonies of #C971F0
Complementary color
Monochromatic Colors of #C971F0
Black with #C971F0
Text Example
Text Example
White with #C971F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C971F0; }
p { color: rgb(201,113,240); }
H1.HeaderClassName
{
color: #C971F0;
}
.AnyTagClassName
{
color: #C971F0;
}
</style>
background-color css
<style>
a { background-color: #C971F0; }
a { background-color: rgb(201,113,240); }
div.DivClassName
{
background-color: #C971F0;
}
.BgClassName
{
background-color: #C971F0;
}
</style>
border-color css
<style>
span { border-color: #C971F0; }
span { border-color: rgb(201,113,240); }
td.TdClassName
{
border-color: #C971F0;
}
.TagClassName
{
border-color: #C971F0;
}
</style>