Shades of Heliotrope #C270EE
Tints of Heliotrope #C270EE
RGB
CMYK
RGB Variations
Color information
#C270EE (or 0xC270EE) is known color: Heliotrope. HEX triplet: C2, 70 and EE. RGB value is (194,112,238). Sum of RGB (Red+Green+Blue) = 194+112+238=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #C270EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C270EE is #3D8F11. Grayscale: #969696. Windows color (decimal): -4034322 or 15626434. OLE color: 15626434.
HSL color Cylindrical-coordinate representation of color #C270EE: hue angle of 279.05º 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 #C270EE is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 112 | 238 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.07 |
| HSL | 279.05º | 0.79% | 0.69% | - |
| HSV(B) | 279.05º | 0.53% | 0.93% | - |
| XYZ | 43.47 | 29.23 | 84.24 | - |
| YUV | 150.88 | 177.17 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 238 | 0.18 | 0.53 | 0 | 0.07 | 279.05 | 0.79 | 0.69 |
| Hex | C2 | 70 | EE | 12 | 35 | 0 | 7 | 117 | 4F | 45 |
| Octal | 302 | 160 | 356 | 22 | 65 | 0 | 7 | 427 | 117 | 105 |
| Binary | 11000010 | 1110000 | 11101110 | 10010 | 110101 | 0 | 111 | 100010111 | 1001111 | 1000101 |
Color Harmonies of #C270EE
Complementary color
Monochromatic Colors of #C270EE
Black with #C270EE
Text Example
Text Example
White with #C270EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C270EE; }
p { color: rgb(194,112,238); }
H1.HeaderClassName
{
color: #C270EE;
}
.AnyTagClassName
{
color: #C270EE;
}
</style>
background-color css
<style>
a { background-color: #C270EE; }
a { background-color: rgb(194,112,238); }
div.DivClassName
{
background-color: #C270EE;
}
.BgClassName
{
background-color: #C270EE;
}
</style>
border-color css
<style>
span { border-color: #C270EE; }
span { border-color: rgb(194,112,238); }
td.TdClassName
{
border-color: #C270EE;
}
.TagClassName
{
border-color: #C270EE;
}
</style>