Shades of Heliotrope #C971EB
Tints of Heliotrope #C971EB
RGB
CMYK
RGB Variations
Color information
#C971EB (or 0xC971EB) is known color: Heliotrope. HEX triplet: C9, 71 and EB. RGB value is (201,113,235). Sum of RGB (Red+Green+Blue) = 201+113+235=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #C971EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971EB is #368E14. Grayscale: #989898. Windows color (decimal): -3575317 or 15430089. OLE color: 15430089.
HSL color Cylindrical-coordinate representation of color #C971EB: hue angle of 283.28º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C971EB is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 113 | 235 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.08 |
| HSL | 283.28º | 0.75% | 0.68% | - |
| HSV(B) | 283.28º | 0.52% | 0.92% | - |
| XYZ | 44.99 | 30.23 | 82.06 | - |
| YUV | 153.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 235 | 0.14 | 0.52 | 0 | 0.08 | 283.28 | 0.75 | 0.68 |
| Hex | C9 | 71 | EB | E | 34 | 0 | 8 | 11B | 4B | 44 |
| Octal | 311 | 161 | 353 | 16 | 64 | 0 | 10 | 433 | 113 | 104 |
| Binary | 11001001 | 1110001 | 11101011 | 1110 | 110100 | 0 | 1000 | 100011011 | 1001011 | 1000100 |
Color Harmonies of #C971EB
Complementary color
Monochromatic Colors of #C971EB
Black with #C971EB
Text Example
Text Example
White with #C971EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C971EB; }
p { color: rgb(201,113,235); }
H1.HeaderClassName
{
color: #C971EB;
}
.AnyTagClassName
{
color: #C971EB;
}
</style>
background-color css
<style>
a { background-color: #C971EB; }
a { background-color: rgb(201,113,235); }
div.DivClassName
{
background-color: #C971EB;
}
.BgClassName
{
background-color: #C971EB;
}
</style>
border-color css
<style>
span { border-color: #C971EB; }
span { border-color: rgb(201,113,235); }
td.TdClassName
{
border-color: #C971EB;
}
.TagClassName
{
border-color: #C971EB;
}
</style>