Shades of Heliotrope #C270EC
Tints of Heliotrope #C270EC
RGB
CMYK
RGB Variations
Color information
#C270EC (or 0xC270EC) is known color: Heliotrope. HEX triplet: C2, 70 and EC. RGB value is (194,112,236). Sum of RGB (Red+Green+Blue) = 194+112+236=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #C270EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C270EC is #3D8F13. Grayscale: #969696. Windows color (decimal): -4034324 or 15495362. OLE color: 15495362.
HSL color Cylindrical-coordinate representation of color #C270EC: hue angle of 279.68º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C270EC is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 112 | 236 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.07 |
| HSL | 279.68º | 0.77% | 0.68% | - |
| HSV(B) | 279.68º | 0.53% | 0.93% | - |
| XYZ | 43.18 | 29.11 | 82.7 | - |
| YUV | 150.65 | 176.17 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 236 | 0.18 | 0.53 | 0 | 0.07 | 279.68 | 0.77 | 0.68 |
| Hex | C2 | 70 | EC | 12 | 35 | 0 | 7 | 118 | 4D | 44 |
| Octal | 302 | 160 | 354 | 22 | 65 | 0 | 7 | 430 | 115 | 104 |
| Binary | 11000010 | 1110000 | 11101100 | 10010 | 110101 | 0 | 111 | 100011000 | 1001101 | 1000100 |
Color Harmonies of #C270EC
Complementary color
Monochromatic Colors of #C270EC
Black with #C270EC
Text Example
Text Example
White with #C270EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C270EC; }
p { color: rgb(194,112,236); }
H1.HeaderClassName
{
color: #C270EC;
}
.AnyTagClassName
{
color: #C270EC;
}
</style>
background-color css
<style>
a { background-color: #C270EC; }
a { background-color: rgb(194,112,236); }
div.DivClassName
{
background-color: #C270EC;
}
.BgClassName
{
background-color: #C270EC;
}
</style>
border-color css
<style>
span { border-color: #C270EC; }
span { border-color: rgb(194,112,236); }
td.TdClassName
{
border-color: #C270EC;
}
.TagClassName
{
border-color: #C270EC;
}
</style>