Shades of Heliotrope #C27EEE
Tints of Heliotrope #C27EEE
RGB
CMYK
RGB Variations
Color information
#C27EEE (or 0xC27EEE) is known color: Heliotrope. HEX triplet: C2, 7E and EE. RGB value is (194,126,238). Sum of RGB (Red+Green+Blue) = 194+126+238=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #C27EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27EEE is #3D8111. Grayscale: #9E9E9E. Windows color (decimal): -4030738 or 15630018. OLE color: 15630018.
HSL color Cylindrical-coordinate representation of color #C27EEE: hue angle of 276.43º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27EEE is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 126 | 238 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.07 |
| HSL | 276.43º | 0.77% | 0.71% | - |
| HSV(B) | 276.43º | 0.47% | 0.93% | - |
| XYZ | 45.14 | 32.56 | 84.8 | - |
| YUV | 159.1 | 172.53 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 238 | 0.18 | 0.47 | 0 | 0.07 | 276.43 | 0.77 | 0.71 |
| Hex | C2 | 7E | EE | 12 | 2F | 0 | 7 | 114 | 4D | 47 |
| Octal | 302 | 176 | 356 | 22 | 57 | 0 | 7 | 424 | 115 | 107 |
| Binary | 11000010 | 1111110 | 11101110 | 10010 | 101111 | 0 | 111 | 100010100 | 1001101 | 1000111 |
Color Harmonies of #C27EEE
Complementary color
Monochromatic Colors of #C27EEE
Black with #C27EEE
Text Example
Text Example
White with #C27EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27EEE; }
p { color: rgb(194,126,238); }
H1.HeaderClassName
{
color: #C27EEE;
}
.AnyTagClassName
{
color: #C27EEE;
}
</style>
background-color css
<style>
a { background-color: #C27EEE; }
a { background-color: rgb(194,126,238); }
div.DivClassName
{
background-color: #C27EEE;
}
.BgClassName
{
background-color: #C27EEE;
}
</style>
border-color css
<style>
span { border-color: #C27EEE; }
span { border-color: rgb(194,126,238); }
td.TdClassName
{
border-color: #C27EEE;
}
.TagClassName
{
border-color: #C27EEE;
}
</style>