Shades of Heliotrope #C871FF
Tints of Heliotrope #C871FF
RGB
CMYK
RGB Variations
Color information
#C871FF (or 0xC871FF) is known color: Heliotrope. HEX triplet: C8, 71 and FF. RGB value is (200,113,255). Sum of RGB (Red+Green+Blue) = 200+113+255=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #C871FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C871FF is #378E00. Grayscale: #9A9A9A. Windows color (decimal): -3640833 or 16740808. OLE color: 16740808.
HSL color Cylindrical-coordinate representation of color #C871FF: hue angle of 276.76º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C871FF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 113 | 255 | - |
| CMYK | 0.22 | 0.56 | 0 | 0 |
| HSL | 276.76º | 1% | 0.72% | - |
| HSV(B) | 276.76º | 0.56% | 1% | - |
| XYZ | 47.77 | 31.31 | 98.13 | - |
| YUV | 155.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 255 | 0.22 | 0.56 | 0 | 0 | 276.76 | 1 | 0.72 |
| Hex | C8 | 71 | FF | 16 | 38 | 0 | 0 | 115 | 64 | 48 |
| Octal | 310 | 161 | 377 | 26 | 70 | 0 | 0 | 425 | 144 | 110 |
| Binary | 11001000 | 1110001 | 11111111 | 10110 | 111000 | 0 | 0 | 100010101 | 1100100 | 1001000 |
Color Harmonies of #C871FF
Complementary color
Monochromatic Colors of #C871FF
Black with #C871FF
Text Example
Text Example
White with #C871FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871FF; }
p { color: rgb(200,113,255); }
H1.HeaderClassName
{
color: #C871FF;
}
.AnyTagClassName
{
color: #C871FF;
}
</style>
background-color css
<style>
a { background-color: #C871FF; }
a { background-color: rgb(200,113,255); }
div.DivClassName
{
background-color: #C871FF;
}
.BgClassName
{
background-color: #C871FF;
}
</style>
border-color css
<style>
span { border-color: #C871FF; }
span { border-color: rgb(200,113,255); }
td.TdClassName
{
border-color: #C871FF;
}
.TagClassName
{
border-color: #C871FF;
}
</style>