Shades of Heliotrope #C971EE
Tints of Heliotrope #C971EE
RGB
CMYK
RGB Variations
Color information
#C971EE (or 0xC971EE) is known color: Heliotrope. HEX triplet: C9, 71 and EE. RGB value is (201,113,238). Sum of RGB (Red+Green+Blue) = 201+113+238=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #C971EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971EE is #368E11. Grayscale: #999999. Windows color (decimal): -3575314 or 15626697. OLE color: 15626697.
HSL color Cylindrical-coordinate representation of color #C971EE: hue angle of 282.24º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C971EE is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 113 | 238 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.07 |
| HSL | 282.24º | 0.79% | 0.69% | - |
| HSV(B) | 282.24º | 0.53% | 0.93% | - |
| XYZ | 45.43 | 30.4 | 84.36 | - |
| YUV | 153.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 238 | 0.16 | 0.53 | 0 | 0.07 | 282.24 | 0.79 | 0.69 |
| Hex | C9 | 71 | EE | 10 | 35 | 0 | 7 | 11A | 4F | 45 |
| Octal | 311 | 161 | 356 | 20 | 65 | 0 | 7 | 432 | 117 | 105 |
| Binary | 11001001 | 1110001 | 11101110 | 10000 | 110101 | 0 | 111 | 100011010 | 1001111 | 1000101 |
Color Harmonies of #C971EE
Complementary color
Monochromatic Colors of #C971EE
Black with #C971EE
Text Example
Text Example
White with #C971EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C971EE; }
p { color: rgb(201,113,238); }
H1.HeaderClassName
{
color: #C971EE;
}
.AnyTagClassName
{
color: #C971EE;
}
</style>
background-color css
<style>
a { background-color: #C971EE; }
a { background-color: rgb(201,113,238); }
div.DivClassName
{
background-color: #C971EE;
}
.BgClassName
{
background-color: #C971EE;
}
</style>
border-color css
<style>
span { border-color: #C971EE; }
span { border-color: rgb(201,113,238); }
td.TdClassName
{
border-color: #C971EE;
}
.TagClassName
{
border-color: #C971EE;
}
</style>