Shades of Heliotrope #C878EA
Tints of Heliotrope #C878EA
RGB
CMYK
RGB Variations
Color information
#C878EA (or 0xC878EA) is known color: Heliotrope. HEX triplet: C8, 78 and EA. RGB value is (200,120,234). Sum of RGB (Red+Green+Blue) = 200+120+234=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #C878EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C878EA is #378715. Grayscale: #9C9C9C. Windows color (decimal): -3639062 or 15366344. OLE color: 15366344.
HSL color Cylindrical-coordinate representation of color #C878EA: hue angle of 282.11º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C878EA is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 120 | 234 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.08 |
| HSL | 282.11º | 0.73% | 0.69% | - |
| HSV(B) | 282.11º | 0.49% | 0.92% | - |
| XYZ | 45.39 | 31.65 | 81.56 | - |
| YUV | 156.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 234 | 0.15 | 0.49 | 0 | 0.08 | 282.11 | 0.73 | 0.69 |
| Hex | C8 | 78 | EA | F | 31 | 0 | 8 | 11A | 49 | 45 |
| Octal | 310 | 170 | 352 | 17 | 61 | 0 | 10 | 432 | 111 | 105 |
| Binary | 11001000 | 1111000 | 11101010 | 1111 | 110001 | 0 | 1000 | 100011010 | 1001001 | 1000101 |
Color Harmonies of #C878EA
Complementary color
Monochromatic Colors of #C878EA
Black with #C878EA
Text Example
Text Example
White with #C878EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878EA; }
p { color: rgb(200,120,234); }
H1.HeaderClassName
{
color: #C878EA;
}
.AnyTagClassName
{
color: #C878EA;
}
</style>
background-color css
<style>
a { background-color: #C878EA; }
a { background-color: rgb(200,120,234); }
div.DivClassName
{
background-color: #C878EA;
}
.BgClassName
{
background-color: #C878EA;
}
</style>
border-color css
<style>
span { border-color: #C878EA; }
span { border-color: rgb(200,120,234); }
td.TdClassName
{
border-color: #C878EA;
}
.TagClassName
{
border-color: #C878EA;
}
</style>