Shades of Orchid #C878E0
Tints of Orchid #C878E0
RGB
CMYK
RGB Variations
Color information
#C878E0 (or 0xC878E0) is known color: Orchid. HEX triplet: C8, 78 and E0. RGB value is (200,120,224). Sum of RGB (Red+Green+Blue) = 200+120+224=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #C878E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878E0 is #37871F. Grayscale: #9B9B9B. Windows color (decimal): -3639072 or 14710984. OLE color: 14710984.
HSL color Cylindrical-coordinate representation of color #C878E0: hue angle of 286.15º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C878E0 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 120 | 224 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.12 |
| HSL | 286.15º | 0.63% | 0.67% | - |
| HSV(B) | 286.15º | 0.46% | 0.88% | - |
| XYZ | 43.99 | 31.09 | 74.2 | - |
| YUV | 155.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 224 | 0.11 | 0.46 | 0 | 0.12 | 286.15 | 0.63 | 0.67 |
| Hex | C8 | 78 | E0 | B | 2E | 0 | C | 11E | 3F | 43 |
| Octal | 310 | 170 | 340 | 13 | 56 | 0 | 14 | 436 | 77 | 103 |
| Binary | 11001000 | 1111000 | 11100000 | 1011 | 101110 | 0 | 1100 | 100011110 | 111111 | 1000011 |
Color Harmonies of #C878E0
Complementary color
Monochromatic Colors of #C878E0
Black with #C878E0
Text Example
Text Example
White with #C878E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878E0; }
p { color: rgb(200,120,224); }
H1.HeaderClassName
{
color: #C878E0;
}
.AnyTagClassName
{
color: #C878E0;
}
</style>
background-color css
<style>
a { background-color: #C878E0; }
a { background-color: rgb(200,120,224); }
div.DivClassName
{
background-color: #C878E0;
}
.BgClassName
{
background-color: #C878E0;
}
</style>
border-color css
<style>
span { border-color: #C878E0; }
span { border-color: rgb(200,120,224); }
td.TdClassName
{
border-color: #C878E0;
}
.TagClassName
{
border-color: #C878E0;
}
</style>