Shades of Heliotrope #C374F2
Tints of Heliotrope #C374F2
RGB
CMYK
RGB Variations
Color information
#C374F2 (or 0xC374F2) is known color: Heliotrope. HEX triplet: C3, 74 and F2. RGB value is (195,116,242). Sum of RGB (Red+Green+Blue) = 195+116+242=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #C374F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C374F2 is #3C8B0D. Grayscale: #999999. Windows color (decimal): -3967758 or 15889603. OLE color: 15889603.
HSL color Cylindrical-coordinate representation of color #C374F2: hue angle of 277.62º 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 #C374F2 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 116 | 242 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.05 |
| HSL | 277.62º | 0.83% | 0.7% | - |
| HSV(B) | 277.62º | 0.52% | 0.95% | - |
| XYZ | 44.78 | 30.5 | 87.53 | - |
| YUV | 153.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 242 | 0.19 | 0.52 | 0 | 0.05 | 277.62 | 0.83 | 0.7 |
| Hex | C3 | 74 | F2 | 13 | 34 | 0 | 5 | 116 | 53 | 46 |
| Octal | 303 | 164 | 362 | 23 | 64 | 0 | 5 | 426 | 123 | 106 |
| Binary | 11000011 | 1110100 | 11110010 | 10011 | 110100 | 0 | 101 | 100010110 | 1010011 | 1000110 |
Color Harmonies of #C374F2
Complementary color
Monochromatic Colors of #C374F2
Black with #C374F2
Text Example
Text Example
White with #C374F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C374F2; }
p { color: rgb(195,116,242); }
H1.HeaderClassName
{
color: #C374F2;
}
.AnyTagClassName
{
color: #C374F2;
}
</style>
background-color css
<style>
a { background-color: #C374F2; }
a { background-color: rgb(195,116,242); }
div.DivClassName
{
background-color: #C374F2;
}
.BgClassName
{
background-color: #C374F2;
}
</style>
border-color css
<style>
span { border-color: #C374F2; }
span { border-color: rgb(195,116,242); }
td.TdClassName
{
border-color: #C374F2;
}
.TagClassName
{
border-color: #C374F2;
}
</style>