Shades of Heliotrope #C878FB
Tints of Heliotrope #C878FB
RGB
CMYK
RGB Variations
Color information
#C878FB (or 0xC878FB) is known color: Heliotrope. HEX triplet: C8, 78 and FB. RGB value is (200,120,251). Sum of RGB (Red+Green+Blue) = 200+120+251=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #C878FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C878FB is #378704. Grayscale: #9E9E9E. Windows color (decimal): -3639045 or 16480456. OLE color: 16480456.
HSL color Cylindrical-coordinate representation of color #C878FB: hue angle of 276.64º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C878FB is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 120 | 251 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.02 |
| HSL | 276.64º | 0.94% | 0.73% | - |
| HSV(B) | 276.64º | 0.52% | 0.98% | - |
| XYZ | 47.95 | 32.68 | 95.05 | - |
| YUV | 158.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 251 | 0.20 | 0.52 | 0 | 0.02 | 276.64 | 0.94 | 0.73 |
| Hex | C8 | 78 | FB | 14 | 34 | 0 | 2 | 115 | 5E | 49 |
| Octal | 310 | 170 | 373 | 24 | 64 | 0 | 2 | 425 | 136 | 111 |
| Binary | 11001000 | 1111000 | 11111011 | 10100 | 110100 | 0 | 10 | 100010101 | 1011110 | 1001001 |
Color Harmonies of #C878FB
Complementary color
Monochromatic Colors of #C878FB
Black with #C878FB
Text Example
Text Example
White with #C878FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878FB; }
p { color: rgb(200,120,251); }
H1.HeaderClassName
{
color: #C878FB;
}
.AnyTagClassName
{
color: #C878FB;
}
</style>
background-color css
<style>
a { background-color: #C878FB; }
a { background-color: rgb(200,120,251); }
div.DivClassName
{
background-color: #C878FB;
}
.BgClassName
{
background-color: #C878FB;
}
</style>
border-color css
<style>
span { border-color: #C878FB; }
span { border-color: rgb(200,120,251); }
td.TdClassName
{
border-color: #C878FB;
}
.TagClassName
{
border-color: #C878FB;
}
</style>