Shades of Heliotrope #C070FA
Tints of Heliotrope #C070FA
RGB
CMYK
RGB Variations
Color information
#C070FA (or 0xC070FA) is known color: Heliotrope. HEX triplet: C0, 70 and FA. RGB value is (192,112,250). Sum of RGB (Red+Green+Blue) = 192+112+250=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #C070FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070FA is #3F8F05. Grayscale: #979797. Windows color (decimal): -4165382 or 16412864. OLE color: 16412864.
HSL color Cylindrical-coordinate representation of color #C070FA: hue angle of 274.78º degrees, saturation: 0.93, 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 #C070FA is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 112 | 250 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.02 |
| HSL | 274.78º | 0.93% | 0.71% | - |
| HSV(B) | 274.78º | 0.55% | 0.98% | - |
| XYZ | 44.79 | 29.7 | 93.81 | - |
| YUV | 151.65 | 183.5 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 250 | 0.23 | 0.55 | 0 | 0.02 | 274.78 | 0.93 | 0.71 |
| Hex | C0 | 70 | FA | 17 | 37 | 0 | 2 | 113 | 5D | 47 |
| Octal | 300 | 160 | 372 | 27 | 67 | 0 | 2 | 423 | 135 | 107 |
| Binary | 11000000 | 1110000 | 11111010 | 10111 | 110111 | 0 | 10 | 100010011 | 1011101 | 1000111 |
Color Harmonies of #C070FA
Complementary color
Monochromatic Colors of #C070FA
Black with #C070FA
Text Example
Text Example
White with #C070FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070FA; }
p { color: rgb(192,112,250); }
H1.HeaderClassName
{
color: #C070FA;
}
.AnyTagClassName
{
color: #C070FA;
}
</style>
background-color css
<style>
a { background-color: #C070FA; }
a { background-color: rgb(192,112,250); }
div.DivClassName
{
background-color: #C070FA;
}
.BgClassName
{
background-color: #C070FA;
}
</style>
border-color css
<style>
span { border-color: #C070FA; }
span { border-color: rgb(192,112,250); }
td.TdClassName
{
border-color: #C070FA;
}
.TagClassName
{
border-color: #C070FA;
}
</style>