Shades of Heliotrope #C871FB
Tints of Heliotrope #C871FB
RGB
CMYK
RGB Variations
Color information
#C871FB (or 0xC871FB) is known color: Heliotrope. HEX triplet: C8, 71 and FB. RGB value is (200,113,251). Sum of RGB (Red+Green+Blue) = 200+113+251=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #C871FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C871FB is #378E04. Grayscale: #9A9A9A. Windows color (decimal): -3640837 or 16478664. OLE color: 16478664.
HSL color Cylindrical-coordinate representation of color #C871FB: hue angle of 277.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 #C871FB is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 113 | 251 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.02 |
| HSL | 277.83º | 0.95% | 0.71% | - |
| HSV(B) | 277.83º | 0.55% | 0.98% | - |
| XYZ | 47.14 | 31.05 | 94.78 | - |
| YUV | 154.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 251 | 0.20 | 0.55 | 0 | 0.02 | 277.83 | 0.95 | 0.71 |
| Hex | C8 | 71 | FB | 14 | 37 | 0 | 2 | 116 | 5F | 47 |
| Octal | 310 | 161 | 373 | 24 | 67 | 0 | 2 | 426 | 137 | 107 |
| Binary | 11001000 | 1110001 | 11111011 | 10100 | 110111 | 0 | 10 | 100010110 | 1011111 | 1000111 |
Color Harmonies of #C871FB
Complementary color
Monochromatic Colors of #C871FB
Black with #C871FB
Text Example
Text Example
White with #C871FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871FB; }
p { color: rgb(200,113,251); }
H1.HeaderClassName
{
color: #C871FB;
}
.AnyTagClassName
{
color: #C871FB;
}
</style>
background-color css
<style>
a { background-color: #C871FB; }
a { background-color: rgb(200,113,251); }
div.DivClassName
{
background-color: #C871FB;
}
.BgClassName
{
background-color: #C871FB;
}
</style>
border-color css
<style>
span { border-color: #C871FB; }
span { border-color: rgb(200,113,251); }
td.TdClassName
{
border-color: #C871FB;
}
.TagClassName
{
border-color: #C871FB;
}
</style>