Shades of Heliotrope #C276F6
Tints of Heliotrope #C276F6
RGB
CMYK
RGB Variations
Color information
#C276F6 (or 0xC276F6) is known color: Heliotrope. HEX triplet: C2, 76 and F6. RGB value is (194,118,246). Sum of RGB (Red+Green+Blue) = 194+118+246=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #C276F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C276F6 is #3D8909. Grayscale: #9A9A9A. Windows color (decimal): -4032778 or 16152258. OLE color: 16152258.
HSL color Cylindrical-coordinate representation of color #C276F6: hue angle of 275.62º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C276F6 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 118 | 246 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.04 |
| HSL | 275.63º | 0.88% | 0.71% | - |
| HSV(B) | 275.63º | 0.52% | 0.96% | - |
| XYZ | 45.36 | 31.08 | 90.8 | - |
| YUV | 155.32 | 179.18 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 246 | 0.21 | 0.52 | 0 | 0.04 | 275.63 | 0.88 | 0.71 |
| Hex | C2 | 76 | F6 | 15 | 34 | 0 | 4 | 114 | 58 | 47 |
| Octal | 302 | 166 | 366 | 25 | 64 | 0 | 4 | 424 | 130 | 107 |
| Binary | 11000010 | 1110110 | 11110110 | 10101 | 110100 | 0 | 100 | 100010100 | 1011000 | 1000111 |
Color Harmonies of #C276F6
Complementary color
Monochromatic Colors of #C276F6
Black with #C276F6
Text Example
Text Example
White with #C276F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276F6; }
p { color: rgb(194,118,246); }
H1.HeaderClassName
{
color: #C276F6;
}
.AnyTagClassName
{
color: #C276F6;
}
</style>
background-color css
<style>
a { background-color: #C276F6; }
a { background-color: rgb(194,118,246); }
div.DivClassName
{
background-color: #C276F6;
}
.BgClassName
{
background-color: #C276F6;
}
</style>
border-color css
<style>
span { border-color: #C276F6; }
span { border-color: rgb(194,118,246); }
td.TdClassName
{
border-color: #C276F6;
}
.TagClassName
{
border-color: #C276F6;
}
</style>