Shades of Heliotrope #C377EF
Tints of Heliotrope #C377EF
RGB
CMYK
RGB Variations
Color information
#C377EF (or 0xC377EF) is known color: Heliotrope. HEX triplet: C3, 77 and EF. RGB value is (195,119,239). Sum of RGB (Red+Green+Blue) = 195+119+239=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #C377EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C377EF is #3C8810. Grayscale: #9A9A9A. Windows color (decimal): -3966993 or 15693763. OLE color: 15693763.
HSL color Cylindrical-coordinate representation of color #C377EF: hue angle of 278º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C377EF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 119 | 239 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.06 |
| HSL | 278º | 0.79% | 0.7% | - |
| HSV(B) | 278º | 0.5% | 0.94% | - |
| XYZ | 44.68 | 31.03 | 85.3 | - |
| YUV | 155.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 239 | 0.18 | 0.50 | 0 | 0.06 | 278 | 0.79 | 0.7 |
| Hex | C3 | 77 | EF | 12 | 32 | 0 | 6 | 116 | 4F | 46 |
| Octal | 303 | 167 | 357 | 22 | 62 | 0 | 6 | 426 | 117 | 106 |
| Binary | 11000011 | 1110111 | 11101111 | 10010 | 110010 | 0 | 110 | 100010110 | 1001111 | 1000110 |
Color Harmonies of #C377EF
Complementary color
Monochromatic Colors of #C377EF
Black with #C377EF
Text Example
Text Example
White with #C377EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377EF; }
p { color: rgb(195,119,239); }
H1.HeaderClassName
{
color: #C377EF;
}
.AnyTagClassName
{
color: #C377EF;
}
</style>
background-color css
<style>
a { background-color: #C377EF; }
a { background-color: rgb(195,119,239); }
div.DivClassName
{
background-color: #C377EF;
}
.BgClassName
{
background-color: #C377EF;
}
</style>
border-color css
<style>
span { border-color: #C377EF; }
span { border-color: rgb(195,119,239); }
td.TdClassName
{
border-color: #C377EF;
}
.TagClassName
{
border-color: #C377EF;
}
</style>