Shades of Heliotrope #C070FB
Tints of Heliotrope #C070FB
RGB
CMYK
RGB Variations
Color information
#C070FB (or 0xC070FB) is known color: Heliotrope. HEX triplet: C0, 70 and FB. RGB value is (192,112,251). Sum of RGB (Red+Green+Blue) = 192+112+251=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #C070FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070FB is #3F8F04. Grayscale: #979797. Windows color (decimal): -4165381 or 16478400. OLE color: 16478400.
HSL color Cylindrical-coordinate representation of color #C070FB: hue angle of 274.53º 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 #C070FB is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 112 | 251 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.02 |
| HSL | 274.53º | 0.95% | 0.71% | - |
| HSV(B) | 274.53º | 0.55% | 0.98% | - |
| XYZ | 44.94 | 29.76 | 94.64 | - |
| YUV | 151.77 | 184 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 251 | 0.24 | 0.55 | 0 | 0.02 | 274.53 | 0.95 | 0.71 |
| Hex | C0 | 70 | FB | 18 | 37 | 0 | 2 | 113 | 5F | 47 |
| Octal | 300 | 160 | 373 | 30 | 67 | 0 | 2 | 423 | 137 | 107 |
| Binary | 11000000 | 1110000 | 11111011 | 11000 | 110111 | 0 | 10 | 100010011 | 1011111 | 1000111 |
Color Harmonies of #C070FB
Complementary color
Monochromatic Colors of #C070FB
Black with #C070FB
Text Example
Text Example
White with #C070FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070FB; }
p { color: rgb(192,112,251); }
H1.HeaderClassName
{
color: #C070FB;
}
.AnyTagClassName
{
color: #C070FB;
}
</style>
background-color css
<style>
a { background-color: #C070FB; }
a { background-color: rgb(192,112,251); }
div.DivClassName
{
background-color: #C070FB;
}
.BgClassName
{
background-color: #C070FB;
}
</style>
border-color css
<style>
span { border-color: #C070FB; }
span { border-color: rgb(192,112,251); }
td.TdClassName
{
border-color: #C070FB;
}
.TagClassName
{
border-color: #C070FB;
}
</style>