Shades of Heliotrope #C277EE
Tints of Heliotrope #C277EE
RGB
CMYK
RGB Variations
Color information
#C277EE (or 0xC277EE) is known color: Heliotrope. HEX triplet: C2, 77 and EE. RGB value is (194,119,238). Sum of RGB (Red+Green+Blue) = 194+119+238=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #C277EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C277EE is #3D8811. Grayscale: #9A9A9A. Windows color (decimal): -4032530 or 15628226. OLE color: 15628226.
HSL color Cylindrical-coordinate representation of color #C277EE: hue angle of 277.82º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C277EE is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 119 | 238 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.07 |
| HSL | 277.82º | 0.78% | 0.7% | - |
| HSV(B) | 277.82º | 0.5% | 0.93% | - |
| XYZ | 44.28 | 30.84 | 84.51 | - |
| YUV | 154.99 | 174.85 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 238 | 0.18 | 0.50 | 0 | 0.07 | 277.82 | 0.78 | 0.7 |
| Hex | C2 | 77 | EE | 12 | 32 | 0 | 7 | 116 | 4E | 46 |
| Octal | 302 | 167 | 356 | 22 | 62 | 0 | 7 | 426 | 116 | 106 |
| Binary | 11000010 | 1110111 | 11101110 | 10010 | 110010 | 0 | 111 | 100010110 | 1001110 | 1000110 |
Color Harmonies of #C277EE
Complementary color
Monochromatic Colors of #C277EE
Black with #C277EE
Text Example
Text Example
White with #C277EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C277EE; }
p { color: rgb(194,119,238); }
H1.HeaderClassName
{
color: #C277EE;
}
.AnyTagClassName
{
color: #C277EE;
}
</style>
background-color css
<style>
a { background-color: #C277EE; }
a { background-color: rgb(194,119,238); }
div.DivClassName
{
background-color: #C277EE;
}
.BgClassName
{
background-color: #C277EE;
}
</style>
border-color css
<style>
span { border-color: #C277EE; }
span { border-color: rgb(194,119,238); }
td.TdClassName
{
border-color: #C277EE;
}
.TagClassName
{
border-color: #C277EE;
}
</style>