Shades of Heliotrope #C861FB
Tints of Heliotrope #C861FB
RGB
CMYK
RGB Variations
Color information
#C861FB (or 0xC861FB) is known color: Heliotrope. HEX triplet: C8, 61 and FB. RGB value is (200,97,251). Sum of RGB (Red+Green+Blue) = 200+97+251=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #C861FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C861FB is #379E04. Grayscale: #909090. Windows color (decimal): -3644933 or 16474568. OLE color: 16474568.
HSL color Cylindrical-coordinate representation of color #C861FB: hue angle of 280.13º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C861FB is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 97 | 251 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.02 |
| HSL | 280.13º | 0.95% | 0.68% | - |
| HSV(B) | 280.13º | 0.61% | 0.98% | - |
| XYZ | 45.51 | 27.79 | 94.23 | - |
| YUV | 145.35 | 187.62 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 251 | 0.20 | 0.61 | 0 | 0.02 | 280.13 | 0.95 | 0.68 |
| Hex | C8 | 61 | FB | 14 | 3D | 0 | 2 | 118 | 5F | 44 |
| Octal | 310 | 141 | 373 | 24 | 75 | 0 | 2 | 430 | 137 | 104 |
| Binary | 11001000 | 1100001 | 11111011 | 10100 | 111101 | 0 | 10 | 100011000 | 1011111 | 1000100 |
Color Harmonies of #C861FB
Complementary color
Monochromatic Colors of #C861FB
Black with #C861FB
Text Example
Text Example
White with #C861FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861FB; }
p { color: rgb(200,97,251); }
H1.HeaderClassName
{
color: #C861FB;
}
.AnyTagClassName
{
color: #C861FB;
}
</style>
background-color css
<style>
a { background-color: #C861FB; }
a { background-color: rgb(200,97,251); }
div.DivClassName
{
background-color: #C861FB;
}
.BgClassName
{
background-color: #C861FB;
}
</style>
border-color css
<style>
span { border-color: #C861FB; }
span { border-color: rgb(200,97,251); }
td.TdClassName
{
border-color: #C861FB;
}
.TagClassName
{
border-color: #C861FB;
}
</style>