Shades of Heliotrope #C27CEC
Tints of Heliotrope #C27CEC
RGB
CMYK
RGB Variations
Color information
#C27CEC (or 0xC27CEC) is known color: Heliotrope. HEX triplet: C2, 7C and EC. RGB value is (194,124,236). Sum of RGB (Red+Green+Blue) = 194+124+236=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #C27CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27CEC is #3D8313. Grayscale: #9D9D9D. Windows color (decimal): -4031252 or 15498434. OLE color: 15498434.
HSL color Cylindrical-coordinate representation of color #C27CEC: hue angle of 277.5º degrees, saturation: 0.75, 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 #C27CEC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 124 | 236 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.07 |
| HSL | 277.5º | 0.75% | 0.71% | - |
| HSV(B) | 277.5º | 0.47% | 0.93% | - |
| XYZ | 44.6 | 31.94 | 83.17 | - |
| YUV | 157.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 236 | 0.18 | 0.47 | 0 | 0.07 | 277.5 | 0.75 | 0.71 |
| Hex | C2 | 7C | EC | 12 | 2F | 0 | 7 | 116 | 4B | 47 |
| Octal | 302 | 174 | 354 | 22 | 57 | 0 | 7 | 426 | 113 | 107 |
| Binary | 11000010 | 1111100 | 11101100 | 10010 | 101111 | 0 | 111 | 100010110 | 1001011 | 1000111 |
Color Harmonies of #C27CEC
Complementary color
Monochromatic Colors of #C27CEC
Black with #C27CEC
Text Example
Text Example
White with #C27CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CEC; }
p { color: rgb(194,124,236); }
H1.HeaderClassName
{
color: #C27CEC;
}
.AnyTagClassName
{
color: #C27CEC;
}
</style>
background-color css
<style>
a { background-color: #C27CEC; }
a { background-color: rgb(194,124,236); }
div.DivClassName
{
background-color: #C27CEC;
}
.BgClassName
{
background-color: #C27CEC;
}
</style>
border-color css
<style>
span { border-color: #C27CEC; }
span { border-color: rgb(194,124,236); }
td.TdClassName
{
border-color: #C27CEC;
}
.TagClassName
{
border-color: #C27CEC;
}
</style>