Shades of Heliotrope #C071FB
Tints of Heliotrope #C071FB
RGB
CMYK
RGB Variations
Color information
#C071FB (or 0xC071FB) is known color: Heliotrope. HEX triplet: C0, 71 and FB. RGB value is (192,113,251). Sum of RGB (Red+Green+Blue) = 192+113+251=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #C071FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071FB is #3F8E04. Grayscale: #979797. Windows color (decimal): -4165125 or 16478656. OLE color: 16478656.
HSL color Cylindrical-coordinate representation of color #C071FB: hue angle of 274.35º 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 #C071FB is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 113 | 251 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.02 |
| HSL | 274.35º | 0.95% | 0.71% | - |
| HSV(B) | 274.35º | 0.55% | 0.98% | - |
| XYZ | 45.06 | 29.98 | 94.68 | - |
| YUV | 152.35 | 183.67 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 251 | 0.24 | 0.55 | 0 | 0.02 | 274.35 | 0.95 | 0.71 |
| Hex | C0 | 71 | FB | 18 | 37 | 0 | 2 | 112 | 5F | 47 |
| Octal | 300 | 161 | 373 | 30 | 67 | 0 | 2 | 422 | 137 | 107 |
| Binary | 11000000 | 1110001 | 11111011 | 11000 | 110111 | 0 | 10 | 100010010 | 1011111 | 1000111 |
Color Harmonies of #C071FB
Complementary color
Monochromatic Colors of #C071FB
Black with #C071FB
Text Example
Text Example
White with #C071FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071FB; }
p { color: rgb(192,113,251); }
H1.HeaderClassName
{
color: #C071FB;
}
.AnyTagClassName
{
color: #C071FB;
}
</style>
background-color css
<style>
a { background-color: #C071FB; }
a { background-color: rgb(192,113,251); }
div.DivClassName
{
background-color: #C071FB;
}
.BgClassName
{
background-color: #C071FB;
}
</style>
border-color css
<style>
span { border-color: #C071FB; }
span { border-color: rgb(192,113,251); }
td.TdClassName
{
border-color: #C071FB;
}
.TagClassName
{
border-color: #C071FB;
}
</style>