Shades of Heliotrope #C377FF
Tints of Heliotrope #C377FF
RGB
CMYK
RGB Variations
Color information
#C377FF (or 0xC377FF) is known color: Heliotrope. HEX triplet: C3, 77 and FF. RGB value is (195,119,255). Sum of RGB (Red+Green+Blue) = 195+119+255=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #C377FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C377FF is #3C8800. Grayscale: #9C9C9C. Windows color (decimal): -3966977 or 16742339. OLE color: 16742339.
HSL color Cylindrical-coordinate representation of color #C377FF: hue angle of 273.53º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C377FF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 119 | 255 | - |
| CMYK | 0.24 | 0.53 | 0 | 0 |
| HSL | 273.53º | 1% | 0.73% | - |
| HSV(B) | 273.53º | 0.53% | 1% | - |
| XYZ | 47.15 | 32.02 | 98.3 | - |
| YUV | 157.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 255 | 0.24 | 0.53 | 0 | 0 | 273.53 | 1 | 0.73 |
| Hex | C3 | 77 | FF | 18 | 35 | 0 | 0 | 112 | 64 | 49 |
| Octal | 303 | 167 | 377 | 30 | 65 | 0 | 0 | 422 | 144 | 111 |
| Binary | 11000011 | 1110111 | 11111111 | 11000 | 110101 | 0 | 0 | 100010010 | 1100100 | 1001001 |
Color Harmonies of #C377FF
Complementary color
Monochromatic Colors of #C377FF
Black with #C377FF
Text Example
Text Example
White with #C377FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377FF; }
p { color: rgb(195,119,255); }
H1.HeaderClassName
{
color: #C377FF;
}
.AnyTagClassName
{
color: #C377FF;
}
</style>
background-color css
<style>
a { background-color: #C377FF; }
a { background-color: rgb(195,119,255); }
div.DivClassName
{
background-color: #C377FF;
}
.BgClassName
{
background-color: #C377FF;
}
</style>
border-color css
<style>
span { border-color: #C377FF; }
span { border-color: rgb(195,119,255); }
td.TdClassName
{
border-color: #C377FF;
}
.TagClassName
{
border-color: #C377FF;
}
</style>