Shades of Heliotrope #C271EB
Tints of Heliotrope #C271EB
RGB
CMYK
RGB Variations
Color information
#C271EB (or 0xC271EB) is known color: Heliotrope. HEX triplet: C2, 71 and EB. RGB value is (194,113,235). Sum of RGB (Red+Green+Blue) = 194+113+235=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #C271EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C271EB is #3D8E14. Grayscale: #969696. Windows color (decimal): -4034069 or 15430082. OLE color: 15430082.
HSL color Cylindrical-coordinate representation of color #C271EB: hue angle of 279.84º 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 #C271EB is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 113 | 235 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.08 |
| HSL | 279.84º | 0.75% | 0.68% | - |
| HSV(B) | 279.84º | 0.52% | 0.92% | - |
| XYZ | 43.15 | 29.28 | 81.97 | - |
| YUV | 151.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 235 | 0.17 | 0.52 | 0 | 0.08 | 279.84 | 0.75 | 0.68 |
| Hex | C2 | 71 | EB | 11 | 34 | 0 | 8 | 118 | 4B | 44 |
| Octal | 302 | 161 | 353 | 21 | 64 | 0 | 10 | 430 | 113 | 104 |
| Binary | 11000010 | 1110001 | 11101011 | 10001 | 110100 | 0 | 1000 | 100011000 | 1001011 | 1000100 |
Color Harmonies of #C271EB
Complementary color
Monochromatic Colors of #C271EB
Black with #C271EB
Text Example
Text Example
White with #C271EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271EB; }
p { color: rgb(194,113,235); }
H1.HeaderClassName
{
color: #C271EB;
}
.AnyTagClassName
{
color: #C271EB;
}
</style>
background-color css
<style>
a { background-color: #C271EB; }
a { background-color: rgb(194,113,235); }
div.DivClassName
{
background-color: #C271EB;
}
.BgClassName
{
background-color: #C271EB;
}
</style>
border-color css
<style>
span { border-color: #C271EB; }
span { border-color: rgb(194,113,235); }
td.TdClassName
{
border-color: #C271EB;
}
.TagClassName
{
border-color: #C271EB;
}
</style>