Shades of Heliotrope #C878FE
Tints of Heliotrope #C878FE
RGB
CMYK
RGB Variations
Color information
#C878FE (or 0xC878FE) is known color: Heliotrope. HEX triplet: C8, 78 and FE. RGB value is (200,120,254). Sum of RGB (Red+Green+Blue) = 200+120+254=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #C878FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C878FE is #378701. Grayscale: #9E9E9E. Windows color (decimal): -3639042 or 16677064. OLE color: 16677064.
HSL color Cylindrical-coordinate representation of color #C878FE: hue angle of 275.82º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C878FE is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 120 | 254 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.00 |
| HSL | 275.82º | 0.99% | 0.73% | - |
| HSV(B) | 275.82º | 0.53% | 1% | - |
| XYZ | 48.43 | 32.87 | 97.56 | - |
| YUV | 159.2 | 181.5 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 254 | 0.21 | 0.53 | 0 | 0.00 | 275.82 | 0.99 | 0.73 |
| Hex | C8 | 78 | FE | 15 | 35 | 0 | 0 | 114 | 63 | 49 |
| Octal | 310 | 170 | 376 | 25 | 65 | 0 | 0 | 424 | 143 | 111 |
| Binary | 11001000 | 1111000 | 11111110 | 10101 | 110101 | 0 | 0 | 100010100 | 1100011 | 1001001 |
Color Harmonies of #C878FE
Complementary color
Monochromatic Colors of #C878FE
Black with #C878FE
Text Example
Text Example
White with #C878FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878FE; }
p { color: rgb(200,120,254); }
H1.HeaderClassName
{
color: #C878FE;
}
.AnyTagClassName
{
color: #C878FE;
}
</style>
background-color css
<style>
a { background-color: #C878FE; }
a { background-color: rgb(200,120,254); }
div.DivClassName
{
background-color: #C878FE;
}
.BgClassName
{
background-color: #C878FE;
}
</style>
border-color css
<style>
span { border-color: #C878FE; }
span { border-color: rgb(200,120,254); }
td.TdClassName
{
border-color: #C878FE;
}
.TagClassName
{
border-color: #C878FE;
}
</style>