Shades of Heliotrope #C27CEE
Tints of Heliotrope #C27CEE
RGB
CMYK
RGB Variations
Color information
#C27CEE (or 0xC27CEE) is known color: Heliotrope. HEX triplet: C2, 7C and EE. RGB value is (194,124,238). Sum of RGB (Red+Green+Blue) = 194+124+238=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #C27CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27CEE is #3D8311. Grayscale: #9D9D9D. Windows color (decimal): -4031250 or 15629506. OLE color: 15629506.
HSL color Cylindrical-coordinate representation of color #C27CEE: hue angle of 276.84º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C27CEE is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 124 | 238 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.07 |
| HSL | 276.84º | 0.77% | 0.71% | - |
| HSV(B) | 276.84º | 0.48% | 0.93% | - |
| XYZ | 44.89 | 32.06 | 84.71 | - |
| YUV | 157.93 | 173.19 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 238 | 0.18 | 0.48 | 0 | 0.07 | 276.84 | 0.77 | 0.71 |
| Hex | C2 | 7C | EE | 12 | 30 | 0 | 7 | 115 | 4D | 47 |
| Octal | 302 | 174 | 356 | 22 | 60 | 0 | 7 | 425 | 115 | 107 |
| Binary | 11000010 | 1111100 | 11101110 | 10010 | 110000 | 0 | 111 | 100010101 | 1001101 | 1000111 |
Color Harmonies of #C27CEE
Complementary color
Monochromatic Colors of #C27CEE
Black with #C27CEE
Text Example
Text Example
White with #C27CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CEE; }
p { color: rgb(194,124,238); }
H1.HeaderClassName
{
color: #C27CEE;
}
.AnyTagClassName
{
color: #C27CEE;
}
</style>
background-color css
<style>
a { background-color: #C27CEE; }
a { background-color: rgb(194,124,238); }
div.DivClassName
{
background-color: #C27CEE;
}
.BgClassName
{
background-color: #C27CEE;
}
</style>
border-color css
<style>
span { border-color: #C27CEE; }
span { border-color: rgb(194,124,238); }
td.TdClassName
{
border-color: #C27CEE;
}
.TagClassName
{
border-color: #C27CEE;
}
</style>