Shades of Heliotrope #C377FB
Tints of Heliotrope #C377FB
RGB
CMYK
RGB Variations
Color information
#C377FB (or 0xC377FB) is known color: Heliotrope. HEX triplet: C3, 77 and FB. RGB value is (195,119,251). Sum of RGB (Red+Green+Blue) = 195+119+251=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #C377FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C377FB is #3C8804. Grayscale: #9C9C9C. Windows color (decimal): -3966981 or 16480195. OLE color: 16480195.
HSL color Cylindrical-coordinate representation of color #C377FB: hue angle of 274.55º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C377FB is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 119 | 251 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.02 |
| HSL | 274.55º | 0.94% | 0.73% | - |
| HSV(B) | 274.55º | 0.53% | 0.98% | - |
| XYZ | 46.52 | 31.76 | 94.95 | - |
| YUV | 156.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 251 | 0.22 | 0.53 | 0 | 0.02 | 274.55 | 0.94 | 0.73 |
| Hex | C3 | 77 | FB | 16 | 35 | 0 | 2 | 113 | 5E | 49 |
| Octal | 303 | 167 | 373 | 26 | 65 | 0 | 2 | 423 | 136 | 111 |
| Binary | 11000011 | 1110111 | 11111011 | 10110 | 110101 | 0 | 10 | 100010011 | 1011110 | 1001001 |
Color Harmonies of #C377FB
Complementary color
Monochromatic Colors of #C377FB
Black with #C377FB
Text Example
Text Example
White with #C377FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377FB; }
p { color: rgb(195,119,251); }
H1.HeaderClassName
{
color: #C377FB;
}
.AnyTagClassName
{
color: #C377FB;
}
</style>
background-color css
<style>
a { background-color: #C377FB; }
a { background-color: rgb(195,119,251); }
div.DivClassName
{
background-color: #C377FB;
}
.BgClassName
{
background-color: #C377FB;
}
</style>
border-color css
<style>
span { border-color: #C377FB; }
span { border-color: rgb(195,119,251); }
td.TdClassName
{
border-color: #C377FB;
}
.TagClassName
{
border-color: #C377FB;
}
</style>