Shades of Heliotrope #C370F2
Tints of Heliotrope #C370F2
RGB
CMYK
RGB Variations
Color information
#C370F2 (or 0xC370F2) is known color: Heliotrope. HEX triplet: C3, 70 and F2. RGB value is (195,112,242). Sum of RGB (Red+Green+Blue) = 195+112+242=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #C370F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C370F2 is #3C8F0D. Grayscale: #979797. Windows color (decimal): -3968782 or 15888579. OLE color: 15888579.
HSL color Cylindrical-coordinate representation of color #C370F2: hue angle of 278.31º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C370F2 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 112 | 242 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.05 |
| HSL | 278.31º | 0.83% | 0.69% | - |
| HSV(B) | 278.31º | 0.54% | 0.95% | - |
| XYZ | 44.33 | 29.6 | 87.38 | - |
| YUV | 151.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 242 | 0.19 | 0.54 | 0 | 0.05 | 278.31 | 0.83 | 0.69 |
| Hex | C3 | 70 | F2 | 13 | 36 | 0 | 5 | 116 | 53 | 45 |
| Octal | 303 | 160 | 362 | 23 | 66 | 0 | 5 | 426 | 123 | 105 |
| Binary | 11000011 | 1110000 | 11110010 | 10011 | 110110 | 0 | 101 | 100010110 | 1010011 | 1000101 |
Color Harmonies of #C370F2
Complementary color
Monochromatic Colors of #C370F2
Black with #C370F2
Text Example
Text Example
White with #C370F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370F2; }
p { color: rgb(195,112,242); }
H1.HeaderClassName
{
color: #C370F2;
}
.AnyTagClassName
{
color: #C370F2;
}
</style>
background-color css
<style>
a { background-color: #C370F2; }
a { background-color: rgb(195,112,242); }
div.DivClassName
{
background-color: #C370F2;
}
.BgClassName
{
background-color: #C370F2;
}
</style>
border-color css
<style>
span { border-color: #C370F2; }
span { border-color: rgb(195,112,242); }
td.TdClassName
{
border-color: #C370F2;
}
.TagClassName
{
border-color: #C370F2;
}
</style>