Shades of Heliotrope #C376E8
Tints of Heliotrope #C376E8
RGB
CMYK
RGB Variations
Color information
#C376E8 (or 0xC376E8) is known color: Heliotrope. HEX triplet: C3, 76 and E8. RGB value is (195,118,232). Sum of RGB (Red+Green+Blue) = 195+118+232=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #C376E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C376E8 is #3C8917. Grayscale: #999999. Windows color (decimal): -3967256 or 15234755. OLE color: 15234755.
HSL color Cylindrical-coordinate representation of color #C376E8: hue angle of 280.53º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C376E8 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 118 | 232 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.09 |
| HSL | 280.53º | 0.71% | 0.69% | - |
| HSV(B) | 280.53º | 0.49% | 0.91% | - |
| XYZ | 43.55 | 30.39 | 79.91 | - |
| YUV | 154.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 232 | 0.16 | 0.49 | 0 | 0.09 | 280.53 | 0.71 | 0.69 |
| Hex | C3 | 76 | E8 | 10 | 31 | 0 | 9 | 119 | 47 | 45 |
| Octal | 303 | 166 | 350 | 20 | 61 | 0 | 11 | 431 | 107 | 105 |
| Binary | 11000011 | 1110110 | 11101000 | 10000 | 110001 | 0 | 1001 | 100011001 | 1000111 | 1000101 |
Color Harmonies of #C376E8
Complementary color
Monochromatic Colors of #C376E8
Black with #C376E8
Text Example
Text Example
White with #C376E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C376E8; }
p { color: rgb(195,118,232); }
H1.HeaderClassName
{
color: #C376E8;
}
.AnyTagClassName
{
color: #C376E8;
}
</style>
background-color css
<style>
a { background-color: #C376E8; }
a { background-color: rgb(195,118,232); }
div.DivClassName
{
background-color: #C376E8;
}
.BgClassName
{
background-color: #C376E8;
}
</style>
border-color css
<style>
span { border-color: #C376E8; }
span { border-color: rgb(195,118,232); }
td.TdClassName
{
border-color: #C376E8;
}
.TagClassName
{
border-color: #C376E8;
}
</style>