Shades of Heliotrope #C373F2
Tints of Heliotrope #C373F2
RGB
CMYK
RGB Variations
Color information
#C373F2 (or 0xC373F2) is known color: Heliotrope. HEX triplet: C3, 73 and F2. RGB value is (195,115,242). Sum of RGB (Red+Green+Blue) = 195+115+242=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #C373F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C373F2 is #3C8C0D. Grayscale: #989898. Windows color (decimal): -3968014 or 15889347. OLE color: 15889347.
HSL color Cylindrical-coordinate representation of color #C373F2: hue angle of 277.8º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C373F2 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 115 | 242 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.05 |
| HSL | 277.8º | 0.83% | 0.7% | - |
| HSV(B) | 277.8º | 0.52% | 0.95% | - |
| XYZ | 44.66 | 30.27 | 87.49 | - |
| YUV | 153.4 | 178 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 242 | 0.19 | 0.52 | 0 | 0.05 | 277.8 | 0.83 | 0.7 |
| Hex | C3 | 73 | F2 | 13 | 34 | 0 | 5 | 116 | 53 | 46 |
| Octal | 303 | 163 | 362 | 23 | 64 | 0 | 5 | 426 | 123 | 106 |
| Binary | 11000011 | 1110011 | 11110010 | 10011 | 110100 | 0 | 101 | 100010110 | 1010011 | 1000110 |
Color Harmonies of #C373F2
Complementary color
Monochromatic Colors of #C373F2
Black with #C373F2
Text Example
Text Example
White with #C373F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373F2; }
p { color: rgb(195,115,242); }
H1.HeaderClassName
{
color: #C373F2;
}
.AnyTagClassName
{
color: #C373F2;
}
</style>
background-color css
<style>
a { background-color: #C373F2; }
a { background-color: rgb(195,115,242); }
div.DivClassName
{
background-color: #C373F2;
}
.BgClassName
{
background-color: #C373F2;
}
</style>
border-color css
<style>
span { border-color: #C373F2; }
span { border-color: rgb(195,115,242); }
td.TdClassName
{
border-color: #C373F2;
}
.TagClassName
{
border-color: #C373F2;
}
</style>