Shades of Heliotrope #C376FA
Tints of Heliotrope #C376FA
RGB
CMYK
RGB Variations
Color information
#C376FA (or 0xC376FA) is known color: Heliotrope. HEX triplet: C3, 76 and FA. RGB value is (195,118,250). Sum of RGB (Red+Green+Blue) = 195+118+250=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #C376FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C376FA is #3C8905. Grayscale: #9B9B9B. Windows color (decimal): -3967238 or 16414403. OLE color: 16414403.
HSL color Cylindrical-coordinate representation of color #C376FA: hue angle of 275º degrees, saturation: 0.93, 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 #C376FA is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 118 | 250 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.02 |
| HSL | 275º | 0.93% | 0.72% | - |
| HSV(B) | 275º | 0.53% | 0.98% | - |
| XYZ | 46.24 | 31.46 | 94.08 | - |
| YUV | 156.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 250 | 0.22 | 0.53 | 0 | 0.02 | 275 | 0.93 | 0.72 |
| Hex | C3 | 76 | FA | 16 | 35 | 0 | 2 | 113 | 5D | 48 |
| Octal | 303 | 166 | 372 | 26 | 65 | 0 | 2 | 423 | 135 | 110 |
| Binary | 11000011 | 1110110 | 11111010 | 10110 | 110101 | 0 | 10 | 100010011 | 1011101 | 1001000 |
Color Harmonies of #C376FA
Complementary color
Monochromatic Colors of #C376FA
Black with #C376FA
Text Example
Text Example
White with #C376FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C376FA; }
p { color: rgb(195,118,250); }
H1.HeaderClassName
{
color: #C376FA;
}
.AnyTagClassName
{
color: #C376FA;
}
</style>
background-color css
<style>
a { background-color: #C376FA; }
a { background-color: rgb(195,118,250); }
div.DivClassName
{
background-color: #C376FA;
}
.BgClassName
{
background-color: #C376FA;
}
</style>
border-color css
<style>
span { border-color: #C376FA; }
span { border-color: rgb(195,118,250); }
td.TdClassName
{
border-color: #C376FA;
}
.TagClassName
{
border-color: #C376FA;
}
</style>