Shades of Heliotrope #C373FC
Tints of Heliotrope #C373FC
RGB
CMYK
RGB Variations
Color information
#C373FC (or 0xC373FC) is known color: Heliotrope. HEX triplet: C3, 73 and FC. RGB value is (195,115,252). Sum of RGB (Red+Green+Blue) = 195+115+252=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #C373FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C373FC is #3C8C03. Grayscale: #9A9A9A. Windows color (decimal): -3968004 or 16544707. OLE color: 16544707.
HSL color Cylindrical-coordinate representation of color #C373FC: hue angle of 275.04º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C373FC is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 115 | 252 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.01 |
| HSL | 275.04º | 0.96% | 0.72% | - |
| HSV(B) | 275.04º | 0.54% | 0.99% | - |
| XYZ | 46.21 | 30.89 | 95.62 | - |
| YUV | 154.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 252 | 0.23 | 0.54 | 0 | 0.01 | 275.04 | 0.96 | 0.72 |
| Hex | C3 | 73 | FC | 17 | 36 | 0 | 1 | 113 | 60 | 48 |
| Octal | 303 | 163 | 374 | 27 | 66 | 0 | 1 | 423 | 140 | 110 |
| Binary | 11000011 | 1110011 | 11111100 | 10111 | 110110 | 0 | 1 | 100010011 | 1100000 | 1001000 |
Color Harmonies of #C373FC
Complementary color
Monochromatic Colors of #C373FC
Black with #C373FC
Text Example
Text Example
White with #C373FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373FC; }
p { color: rgb(195,115,252); }
H1.HeaderClassName
{
color: #C373FC;
}
.AnyTagClassName
{
color: #C373FC;
}
</style>
background-color css
<style>
a { background-color: #C373FC; }
a { background-color: rgb(195,115,252); }
div.DivClassName
{
background-color: #C373FC;
}
.BgClassName
{
background-color: #C373FC;
}
</style>
border-color css
<style>
span { border-color: #C373FC; }
span { border-color: rgb(195,115,252); }
td.TdClassName
{
border-color: #C373FC;
}
.TagClassName
{
border-color: #C373FC;
}
</style>