Shades of Heliotrope #C277F6
Tints of Heliotrope #C277F6
RGB
CMYK
RGB Variations
Color information
#C277F6 (or 0xC277F6) is known color: Heliotrope. HEX triplet: C2, 77 and F6. RGB value is (194,119,246). Sum of RGB (Red+Green+Blue) = 194+119+246=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #C277F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C277F6 is #3D8809. Grayscale: #9B9B9B. Windows color (decimal): -4032522 or 16152514. OLE color: 16152514.
HSL color Cylindrical-coordinate representation of color #C277F6: hue angle of 275.43º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C277F6 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 119 | 246 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.04 |
| HSL | 275.43º | 0.88% | 0.72% | - |
| HSV(B) | 275.43º | 0.52% | 0.96% | - |
| XYZ | 45.48 | 31.32 | 90.84 | - |
| YUV | 155.9 | 178.85 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 246 | 0.21 | 0.52 | 0 | 0.04 | 275.43 | 0.88 | 0.72 |
| Hex | C2 | 77 | F6 | 15 | 34 | 0 | 4 | 113 | 58 | 48 |
| Octal | 302 | 167 | 366 | 25 | 64 | 0 | 4 | 423 | 130 | 110 |
| Binary | 11000010 | 1110111 | 11110110 | 10101 | 110100 | 0 | 100 | 100010011 | 1011000 | 1001000 |
Color Harmonies of #C277F6
Complementary color
Monochromatic Colors of #C277F6
Black with #C277F6
Text Example
Text Example
White with #C277F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C277F6; }
p { color: rgb(194,119,246); }
H1.HeaderClassName
{
color: #C277F6;
}
.AnyTagClassName
{
color: #C277F6;
}
</style>
background-color css
<style>
a { background-color: #C277F6; }
a { background-color: rgb(194,119,246); }
div.DivClassName
{
background-color: #C277F6;
}
.BgClassName
{
background-color: #C277F6;
}
</style>
border-color css
<style>
span { border-color: #C277F6; }
span { border-color: rgb(194,119,246); }
td.TdClassName
{
border-color: #C277F6;
}
.TagClassName
{
border-color: #C277F6;
}
</style>