Shades of Heliotrope #C377FC
Tints of Heliotrope #C377FC
RGB
CMYK
RGB Variations
Color information
#C377FC (or 0xC377FC) is known color: Heliotrope. HEX triplet: C3, 77 and FC. RGB value is (195,119,252). Sum of RGB (Red+Green+Blue) = 195+119+252=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #C377FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C377FC is #3C8803. Grayscale: #9C9C9C. Windows color (decimal): -3966980 or 16545731. OLE color: 16545731.
HSL color Cylindrical-coordinate representation of color #C377FC: hue angle of 274.29º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C377FC is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 119 | 252 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.01 |
| HSL | 274.29º | 0.96% | 0.73% | - |
| HSV(B) | 274.29º | 0.53% | 0.99% | - |
| XYZ | 46.67 | 31.82 | 95.78 | - |
| YUV | 156.89 | 181.68 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 252 | 0.23 | 0.53 | 0 | 0.01 | 274.29 | 0.96 | 0.73 |
| Hex | C3 | 77 | FC | 17 | 35 | 0 | 1 | 112 | 60 | 49 |
| Octal | 303 | 167 | 374 | 27 | 65 | 0 | 1 | 422 | 140 | 111 |
| Binary | 11000011 | 1110111 | 11111100 | 10111 | 110101 | 0 | 1 | 100010010 | 1100000 | 1001001 |
Color Harmonies of #C377FC
Complementary color
Monochromatic Colors of #C377FC
Black with #C377FC
Text Example
Text Example
White with #C377FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377FC; }
p { color: rgb(195,119,252); }
H1.HeaderClassName
{
color: #C377FC;
}
.AnyTagClassName
{
color: #C377FC;
}
</style>
background-color css
<style>
a { background-color: #C377FC; }
a { background-color: rgb(195,119,252); }
div.DivClassName
{
background-color: #C377FC;
}
.BgClassName
{
background-color: #C377FC;
}
</style>
border-color css
<style>
span { border-color: #C377FC; }
span { border-color: rgb(195,119,252); }
td.TdClassName
{
border-color: #C377FC;
}
.TagClassName
{
border-color: #C377FC;
}
</style>