Shades of Heliotrope #C971E8
Tints of Heliotrope #C971E8
RGB
CMYK
RGB Variations
Color information
#C971E8 (or 0xC971E8) is known color: Heliotrope. HEX triplet: C9, 71 and E8. RGB value is (201,113,232). Sum of RGB (Red+Green+Blue) = 201+113+232=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #C971E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971E8 is #368E17. Grayscale: #989898. Windows color (decimal): -3575320 or 15233481. OLE color: 15233481.
HSL color Cylindrical-coordinate representation of color #C971E8: hue angle of 284.37º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C971E8 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 113 | 232 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.09 |
| HSL | 284.37º | 0.72% | 0.68% | - |
| HSV(B) | 284.37º | 0.51% | 0.91% | - |
| XYZ | 44.56 | 30.05 | 79.8 | - |
| YUV | 152.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 232 | 0.13 | 0.51 | 0 | 0.09 | 284.37 | 0.72 | 0.68 |
| Hex | C9 | 71 | E8 | D | 33 | 0 | 9 | 11C | 48 | 44 |
| Octal | 311 | 161 | 350 | 15 | 63 | 0 | 11 | 434 | 110 | 104 |
| Binary | 11001001 | 1110001 | 11101000 | 1101 | 110011 | 0 | 1001 | 100011100 | 1001000 | 1000100 |
Color Harmonies of #C971E8
Complementary color
Monochromatic Colors of #C971E8
Black with #C971E8
Text Example
Text Example
White with #C971E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C971E8; }
p { color: rgb(201,113,232); }
H1.HeaderClassName
{
color: #C971E8;
}
.AnyTagClassName
{
color: #C971E8;
}
</style>
background-color css
<style>
a { background-color: #C971E8; }
a { background-color: rgb(201,113,232); }
div.DivClassName
{
background-color: #C971E8;
}
.BgClassName
{
background-color: #C971E8;
}
</style>
border-color css
<style>
span { border-color: #C971E8; }
span { border-color: rgb(201,113,232); }
td.TdClassName
{
border-color: #C971E8;
}
.TagClassName
{
border-color: #C971E8;
}
</style>