Shades of Heliotrope #C271EE
Tints of Heliotrope #C271EE
RGB
CMYK
RGB Variations
Color information
#C271EE (or 0xC271EE) is known color: Heliotrope. HEX triplet: C2, 71 and EE. RGB value is (194,113,238). Sum of RGB (Red+Green+Blue) = 194+113+238=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #C271EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C271EE is #3D8E11. Grayscale: #979797. Windows color (decimal): -4034066 or 15626690. OLE color: 15626690.
HSL color Cylindrical-coordinate representation of color #C271EE: hue angle of 278.88º 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 #C271EE is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 113 | 238 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.07 |
| HSL | 278.88º | 0.79% | 0.69% | - |
| HSV(B) | 278.88º | 0.53% | 0.93% | - |
| XYZ | 43.59 | 29.45 | 84.28 | - |
| YUV | 151.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 238 | 0.18 | 0.53 | 0 | 0.07 | 278.88 | 0.79 | 0.69 |
| Hex | C2 | 71 | EE | 12 | 35 | 0 | 7 | 117 | 4F | 45 |
| Octal | 302 | 161 | 356 | 22 | 65 | 0 | 7 | 427 | 117 | 105 |
| Binary | 11000010 | 1110001 | 11101110 | 10010 | 110101 | 0 | 111 | 100010111 | 1001111 | 1000101 |
Color Harmonies of #C271EE
Complementary color
Monochromatic Colors of #C271EE
Black with #C271EE
Text Example
Text Example
White with #C271EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271EE; }
p { color: rgb(194,113,238); }
H1.HeaderClassName
{
color: #C271EE;
}
.AnyTagClassName
{
color: #C271EE;
}
</style>
background-color css
<style>
a { background-color: #C271EE; }
a { background-color: rgb(194,113,238); }
div.DivClassName
{
background-color: #C271EE;
}
.BgClassName
{
background-color: #C271EE;
}
</style>
border-color css
<style>
span { border-color: #C271EE; }
span { border-color: rgb(194,113,238); }
td.TdClassName
{
border-color: #C271EE;
}
.TagClassName
{
border-color: #C271EE;
}
</style>