Shades of Heliotrope #C370FB
Tints of Heliotrope #C370FB
RGB
CMYK
RGB Variations
Color information
#C370FB (or 0xC370FB) is known color: Heliotrope. HEX triplet: C3, 70 and FB. RGB value is (195,112,251). Sum of RGB (Red+Green+Blue) = 195+112+251=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #C370FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C370FB is #3C8F04. Grayscale: #989898. Windows color (decimal): -3968773 or 16478403. OLE color: 16478403.
HSL color Cylindrical-coordinate representation of color #C370FB: hue angle of 275.83º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C370FB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 112 | 251 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.02 |
| HSL | 275.83º | 0.95% | 0.71% | - |
| HSV(B) | 275.83º | 0.55% | 0.98% | - |
| XYZ | 45.71 | 30.16 | 94.68 | - |
| YUV | 152.66 | 183.5 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 251 | 0.22 | 0.55 | 0 | 0.02 | 275.83 | 0.95 | 0.71 |
| Hex | C3 | 70 | FB | 16 | 37 | 0 | 2 | 114 | 5F | 47 |
| Octal | 303 | 160 | 373 | 26 | 67 | 0 | 2 | 424 | 137 | 107 |
| Binary | 11000011 | 1110000 | 11111011 | 10110 | 110111 | 0 | 10 | 100010100 | 1011111 | 1000111 |
Color Harmonies of #C370FB
Complementary color
Monochromatic Colors of #C370FB
Black with #C370FB
Text Example
Text Example
White with #C370FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370FB; }
p { color: rgb(195,112,251); }
H1.HeaderClassName
{
color: #C370FB;
}
.AnyTagClassName
{
color: #C370FB;
}
</style>
background-color css
<style>
a { background-color: #C370FB; }
a { background-color: rgb(195,112,251); }
div.DivClassName
{
background-color: #C370FB;
}
.BgClassName
{
background-color: #C370FB;
}
</style>
border-color css
<style>
span { border-color: #C370FB; }
span { border-color: rgb(195,112,251); }
td.TdClassName
{
border-color: #C370FB;
}
.TagClassName
{
border-color: #C370FB;
}
</style>