Shades of Heliotrope #C971FF
Tints of Heliotrope #C971FF
RGB
CMYK
RGB Variations
Color information
#C971FF (or 0xC971FF) is known color: Heliotrope. HEX triplet: C9, 71 and FF. RGB value is (201,113,255). Sum of RGB (Red+Green+Blue) = 201+113+255=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #C971FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971FF is #368E00. Grayscale: #9B9B9B. Windows color (decimal): -3575297 or 16740809. OLE color: 16740809.
HSL color Cylindrical-coordinate representation of color #C971FF: hue angle of 277.18º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C971FF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 113 | 255 | - |
| CMYK | 0.21 | 0.56 | 0 | 0 |
| HSL | 277.18º | 1% | 0.72% | - |
| HSV(B) | 277.18º | 0.56% | 1% | - |
| XYZ | 48.04 | 31.45 | 98.15 | - |
| YUV | 155.5 | 184.15 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 255 | 0.21 | 0.56 | 0 | 0 | 277.18 | 1 | 0.72 |
| Hex | C9 | 71 | FF | 15 | 38 | 0 | 0 | 115 | 64 | 48 |
| Octal | 311 | 161 | 377 | 25 | 70 | 0 | 0 | 425 | 144 | 110 |
| Binary | 11001001 | 1110001 | 11111111 | 10101 | 111000 | 0 | 0 | 100010101 | 1100100 | 1001000 |
Color Harmonies of #C971FF
Complementary color
Monochromatic Colors of #C971FF
Black with #C971FF
Text Example
Text Example
White with #C971FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C971FF; }
p { color: rgb(201,113,255); }
H1.HeaderClassName
{
color: #C971FF;
}
.AnyTagClassName
{
color: #C971FF;
}
</style>
background-color css
<style>
a { background-color: #C971FF; }
a { background-color: rgb(201,113,255); }
div.DivClassName
{
background-color: #C971FF;
}
.BgClassName
{
background-color: #C971FF;
}
</style>
border-color css
<style>
span { border-color: #C971FF; }
span { border-color: rgb(201,113,255); }
td.TdClassName
{
border-color: #C971FF;
}
.TagClassName
{
border-color: #C971FF;
}
</style>