Shades of Heliotrope #C377EE
Tints of Heliotrope #C377EE
RGB
CMYK
RGB Variations
Color information
#C377EE (or 0xC377EE) is known color: Heliotrope. HEX triplet: C3, 77 and EE. RGB value is (195,119,238). Sum of RGB (Red+Green+Blue) = 195+119+238=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #C377EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C377EE is #3C8811. Grayscale: #9A9A9A. Windows color (decimal): -3966994 or 15628227. OLE color: 15628227.
HSL color Cylindrical-coordinate representation of color #C377EE: hue angle of 278.32º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C377EE is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 119 | 238 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.07 |
| HSL | 278.32º | 0.78% | 0.7% | - |
| HSV(B) | 278.32º | 0.5% | 0.93% | - |
| XYZ | 44.54 | 30.97 | 84.52 | - |
| YUV | 155.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 238 | 0.18 | 0.50 | 0 | 0.07 | 278.32 | 0.78 | 0.7 |
| Hex | C3 | 77 | EE | 12 | 32 | 0 | 7 | 116 | 4E | 46 |
| Octal | 303 | 167 | 356 | 22 | 62 | 0 | 7 | 426 | 116 | 106 |
| Binary | 11000011 | 1110111 | 11101110 | 10010 | 110010 | 0 | 111 | 100010110 | 1001110 | 1000110 |
Color Harmonies of #C377EE
Complementary color
Monochromatic Colors of #C377EE
Black with #C377EE
Text Example
Text Example
White with #C377EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377EE; }
p { color: rgb(195,119,238); }
H1.HeaderClassName
{
color: #C377EE;
}
.AnyTagClassName
{
color: #C377EE;
}
</style>
background-color css
<style>
a { background-color: #C377EE; }
a { background-color: rgb(195,119,238); }
div.DivClassName
{
background-color: #C377EE;
}
.BgClassName
{
background-color: #C377EE;
}
</style>
border-color css
<style>
span { border-color: #C377EE; }
span { border-color: rgb(195,119,238); }
td.TdClassName
{
border-color: #C377EE;
}
.TagClassName
{
border-color: #C377EE;
}
</style>