Shades of Heliotrope #C878EB
Tints of Heliotrope #C878EB
RGB
CMYK
RGB Variations
Color information
#C878EB (or 0xC878EB) is known color: Heliotrope. HEX triplet: C8, 78 and EB. RGB value is (200,120,235). Sum of RGB (Red+Green+Blue) = 200+120+235=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #C878EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C878EB is #378714. Grayscale: #9C9C9C. Windows color (decimal): -3639061 or 15431880. OLE color: 15431880.
HSL color Cylindrical-coordinate representation of color #C878EB: hue angle of 281.74º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C878EB is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 120 | 235 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.08 |
| HSL | 281.74º | 0.74% | 0.7% | - |
| HSV(B) | 281.74º | 0.49% | 0.92% | - |
| XYZ | 45.53 | 31.71 | 82.32 | - |
| YUV | 157.03 | 172 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 235 | 0.15 | 0.49 | 0 | 0.08 | 281.74 | 0.74 | 0.7 |
| Hex | C8 | 78 | EB | F | 31 | 0 | 8 | 11A | 4A | 46 |
| Octal | 310 | 170 | 353 | 17 | 61 | 0 | 10 | 432 | 112 | 106 |
| Binary | 11001000 | 1111000 | 11101011 | 1111 | 110001 | 0 | 1000 | 100011010 | 1001010 | 1000110 |
Color Harmonies of #C878EB
Complementary color
Monochromatic Colors of #C878EB
Black with #C878EB
Text Example
Text Example
White with #C878EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878EB; }
p { color: rgb(200,120,235); }
H1.HeaderClassName
{
color: #C878EB;
}
.AnyTagClassName
{
color: #C878EB;
}
</style>
background-color css
<style>
a { background-color: #C878EB; }
a { background-color: rgb(200,120,235); }
div.DivClassName
{
background-color: #C878EB;
}
.BgClassName
{
background-color: #C878EB;
}
</style>
border-color css
<style>
span { border-color: #C878EB; }
span { border-color: rgb(200,120,235); }
td.TdClassName
{
border-color: #C878EB;
}
.TagClassName
{
border-color: #C878EB;
}
</style>