Shades of Heliotrope #C27EFF
Tints of Heliotrope #C27EFF
RGB
CMYK
RGB Variations
Color information
#C27EFF (or 0xC27EFF) is known color: Heliotrope. HEX triplet: C2, 7E and FF. RGB value is (194,126,255). Sum of RGB (Red+Green+Blue) = 194+126+255=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #C27EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27EFF is #3D8100. Grayscale: #A0A0A0. Windows color (decimal): -4030721 or 16744130. OLE color: 16744130.
HSL color Cylindrical-coordinate representation of color #C27EFF: hue angle of 271.63º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C27EFF is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 126 | 255 | - |
| CMYK | 0.24 | 0.51 | 0 | 0 |
| HSL | 271.63º | 1% | 0.75% | - |
| HSV(B) | 271.63º | 0.51% | 1% | - |
| XYZ | 47.76 | 33.61 | 98.58 | - |
| YUV | 161.04 | 181.03 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 255 | 0.24 | 0.51 | 0 | 0 | 271.63 | 1 | 0.75 |
| Hex | C2 | 7E | FF | 18 | 33 | 0 | 0 | 110 | 64 | 4B |
| Octal | 302 | 176 | 377 | 30 | 63 | 0 | 0 | 420 | 144 | 113 |
| Binary | 11000010 | 1111110 | 11111111 | 11000 | 110011 | 0 | 0 | 100010000 | 1100100 | 1001011 |
Color Harmonies of #C27EFF
Complementary color
Monochromatic Colors of #C27EFF
Black with #C27EFF
Text Example
Text Example
White with #C27EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27EFF; }
p { color: rgb(194,126,255); }
H1.HeaderClassName
{
color: #C27EFF;
}
.AnyTagClassName
{
color: #C27EFF;
}
</style>
background-color css
<style>
a { background-color: #C27EFF; }
a { background-color: rgb(194,126,255); }
div.DivClassName
{
background-color: #C27EFF;
}
.BgClassName
{
background-color: #C27EFF;
}
</style>
border-color css
<style>
span { border-color: #C27EFF; }
span { border-color: rgb(194,126,255); }
td.TdClassName
{
border-color: #C27EFF;
}
.TagClassName
{
border-color: #C27EFF;
}
</style>