Shades of Heliotrope #C270EB
Tints of Heliotrope #C270EB
RGB
CMYK
RGB Variations
Color information
#C270EB (or 0xC270EB) is known color: Heliotrope. HEX triplet: C2, 70 and EB. RGB value is (194,112,235). Sum of RGB (Red+Green+Blue) = 194+112+235=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #C270EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C270EB is #3D8F14. Grayscale: #969696. Windows color (decimal): -4034325 or 15429826. OLE color: 15429826.
HSL color Cylindrical-coordinate representation of color #C270EB: hue angle of 280º 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 #C270EB is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 112 | 235 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.08 |
| HSL | 280º | 0.75% | 0.68% | - |
| HSV(B) | 280º | 0.52% | 0.92% | - |
| XYZ | 43.04 | 29.06 | 81.94 | - |
| YUV | 150.54 | 175.67 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 235 | 0.17 | 0.52 | 0 | 0.08 | 280 | 0.75 | 0.68 |
| Hex | C2 | 70 | EB | 11 | 34 | 0 | 8 | 118 | 4B | 44 |
| Octal | 302 | 160 | 353 | 21 | 64 | 0 | 10 | 430 | 113 | 104 |
| Binary | 11000010 | 1110000 | 11101011 | 10001 | 110100 | 0 | 1000 | 100011000 | 1001011 | 1000100 |
Color Harmonies of #C270EB
Complementary color
Monochromatic Colors of #C270EB
Black with #C270EB
Text Example
Text Example
White with #C270EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C270EB; }
p { color: rgb(194,112,235); }
H1.HeaderClassName
{
color: #C270EB;
}
.AnyTagClassName
{
color: #C270EB;
}
</style>
background-color css
<style>
a { background-color: #C270EB; }
a { background-color: rgb(194,112,235); }
div.DivClassName
{
background-color: #C270EB;
}
.BgClassName
{
background-color: #C270EB;
}
</style>
border-color css
<style>
span { border-color: #C270EB; }
span { border-color: rgb(194,112,235); }
td.TdClassName
{
border-color: #C270EB;
}
.TagClassName
{
border-color: #C270EB;
}
</style>