Shades of Heliotrope #C276FB
Tints of Heliotrope #C276FB
RGB
CMYK
RGB Variations
Color information
#C276FB (or 0xC276FB) is known color: Heliotrope. HEX triplet: C2, 76 and FB. RGB value is (194,118,251). Sum of RGB (Red+Green+Blue) = 194+118+251=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #C276FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C276FB is #3D8904. Grayscale: #9B9B9B. Windows color (decimal): -4032773 or 16479938. OLE color: 16479938.
HSL color Cylindrical-coordinate representation of color #C276FB: hue angle of 274.29º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C276FB is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 118 | 251 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.02 |
| HSL | 274.29º | 0.94% | 0.72% | - |
| HSV(B) | 274.29º | 0.53% | 0.98% | - |
| XYZ | 46.14 | 31.39 | 94.89 | - |
| YUV | 155.89 | 181.68 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 251 | 0.23 | 0.53 | 0 | 0.02 | 274.29 | 0.94 | 0.72 |
| Hex | C2 | 76 | FB | 17 | 35 | 0 | 2 | 112 | 5E | 48 |
| Octal | 302 | 166 | 373 | 27 | 65 | 0 | 2 | 422 | 136 | 110 |
| Binary | 11000010 | 1110110 | 11111011 | 10111 | 110101 | 0 | 10 | 100010010 | 1011110 | 1001000 |
Color Harmonies of #C276FB
Complementary color
Monochromatic Colors of #C276FB
Black with #C276FB
Text Example
Text Example
White with #C276FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276FB; }
p { color: rgb(194,118,251); }
H1.HeaderClassName
{
color: #C276FB;
}
.AnyTagClassName
{
color: #C276FB;
}
</style>
background-color css
<style>
a { background-color: #C276FB; }
a { background-color: rgb(194,118,251); }
div.DivClassName
{
background-color: #C276FB;
}
.BgClassName
{
background-color: #C276FB;
}
</style>
border-color css
<style>
span { border-color: #C276FB; }
span { border-color: rgb(194,118,251); }
td.TdClassName
{
border-color: #C276FB;
}
.TagClassName
{
border-color: #C276FB;
}
</style>