Shades of Orchid #C878BA
Tints of Orchid #C878BA
RGB
CMYK
RGB Variations
Color information
#C878BA (or 0xC878BA) is known color: Orchid. HEX triplet: C8, 78 and BA. RGB value is (200,120,186). Sum of RGB (Red+Green+Blue) = 200+120+186=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C878BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878BA is #378745. Grayscale: #979797. Windows color (decimal): -3639110 or 12220616. OLE color: 12220616.
HSL color Cylindrical-coordinate representation of color #C878BA: hue angle of 310.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C878BA is Cyan = 0, Magento = 0.4, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 186 | - |
| CMYK | 0 | 0.4 | 0.07 | 0.22 |
| HSL | 310.5º | 0.42% | 0.63% | - |
| HSV(B) | 310.5º | 0.4% | 0.78% | - |
| XYZ | 39.4 | 29.26 | 50.03 | - |
| YUV | 151.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 186 | 0 | 0.4 | 0.07 | 0.22 | 310.5 | 0.42 | 0.63 |
| Hex | C8 | 78 | BA | 0 | 28 | 7 | 16 | 136 | 2A | 3F |
| Octal | 310 | 170 | 272 | 0 | 50 | 7 | 26 | 466 | 52 | 77 |
| Binary | 11001000 | 1111000 | 10111010 | 0 | 101000 | 111 | 10110 | 100110110 | 101010 | 111111 |
Color Harmonies of #C878BA
Complementary color
Monochromatic Colors of #C878BA
Black with #C878BA
Text Example
Text Example
White with #C878BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878BA; }
p { color: rgb(200,120,186); }
H1.HeaderClassName
{
color: #C878BA;
}
.AnyTagClassName
{
color: #C878BA;
}
</style>
background-color css
<style>
a { background-color: #C878BA; }
a { background-color: rgb(200,120,186); }
div.DivClassName
{
background-color: #C878BA;
}
.BgClassName
{
background-color: #C878BA;
}
</style>
border-color css
<style>
span { border-color: #C878BA; }
span { border-color: rgb(200,120,186); }
td.TdClassName
{
border-color: #C878BA;
}
.TagClassName
{
border-color: #C878BA;
}
</style>