Shades of Heliotrope #C276FF
Tints of Heliotrope #C276FF
RGB
CMYK
RGB Variations
Color information
#C276FF (or 0xC276FF) is known color: Heliotrope. HEX triplet: C2, 76 and FF. RGB value is (194,118,255). Sum of RGB (Red+Green+Blue) = 194+118+255=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #C276FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C276FF is #3D8900. Grayscale: #9B9B9B. Windows color (decimal): -4032769 or 16742082. OLE color: 16742082.
HSL color Cylindrical-coordinate representation of color #C276FF: hue angle of 273.28º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C276FF is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 118 | 255 | - |
| CMYK | 0.24 | 0.54 | 0 | 0 |
| HSL | 273.28º | 1% | 0.73% | - |
| HSV(B) | 273.28º | 0.54% | 1% | - |
| XYZ | 46.78 | 31.65 | 98.25 | - |
| YUV | 156.34 | 183.68 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 255 | 0.24 | 0.54 | 0 | 0 | 273.28 | 1 | 0.73 |
| Hex | C2 | 76 | FF | 18 | 36 | 0 | 0 | 111 | 64 | 49 |
| Octal | 302 | 166 | 377 | 30 | 66 | 0 | 0 | 421 | 144 | 111 |
| Binary | 11000010 | 1110110 | 11111111 | 11000 | 110110 | 0 | 0 | 100010001 | 1100100 | 1001001 |
Color Harmonies of #C276FF
Complementary color
Monochromatic Colors of #C276FF
Black with #C276FF
Text Example
Text Example
White with #C276FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276FF; }
p { color: rgb(194,118,255); }
H1.HeaderClassName
{
color: #C276FF;
}
.AnyTagClassName
{
color: #C276FF;
}
</style>
background-color css
<style>
a { background-color: #C276FF; }
a { background-color: rgb(194,118,255); }
div.DivClassName
{
background-color: #C276FF;
}
.BgClassName
{
background-color: #C276FF;
}
</style>
border-color css
<style>
span { border-color: #C276FF; }
span { border-color: rgb(194,118,255); }
td.TdClassName
{
border-color: #C276FF;
}
.TagClassName
{
border-color: #C276FF;
}
</style>