Shades of Orchid #C878B7
Tints of Orchid #C878B7
RGB
CMYK
RGB Variations
Color information
#C878B7 (or 0xC878B7) is known color: Orchid. HEX triplet: C8, 78 and B7. RGB value is (200,120,183). Sum of RGB (Red+Green+Blue) = 200+120+183=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C878B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878B7 is #378748. Grayscale: #969696. Windows color (decimal): -3639113 or 12024008. OLE color: 12024008.
HSL color Cylindrical-coordinate representation of color #C878B7: hue angle of 312.75º 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 #C878B7 is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 183 | - |
| CMYK | 0 | 0.4 | 0.08 | 0.22 |
| HSL | 312.75º | 0.42% | 0.63% | - |
| HSV(B) | 312.75º | 0.4% | 0.78% | - |
| XYZ | 39.08 | 29.13 | 48.36 | - |
| YUV | 151.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 183 | 0 | 0.4 | 0.08 | 0.22 | 312.75 | 0.42 | 0.63 |
| Hex | C8 | 78 | B7 | 0 | 28 | 8 | 16 | 139 | 2A | 3F |
| Octal | 310 | 170 | 267 | 0 | 50 | 10 | 26 | 471 | 52 | 77 |
| Binary | 11001000 | 1111000 | 10110111 | 0 | 101000 | 1000 | 10110 | 100111001 | 101010 | 111111 |
Color Harmonies of #C878B7
Complementary color
Monochromatic Colors of #C878B7
Black with #C878B7
Text Example
Text Example
White with #C878B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878B7; }
p { color: rgb(200,120,183); }
H1.HeaderClassName
{
color: #C878B7;
}
.AnyTagClassName
{
color: #C878B7;
}
</style>
background-color css
<style>
a { background-color: #C878B7; }
a { background-color: rgb(200,120,183); }
div.DivClassName
{
background-color: #C878B7;
}
.BgClassName
{
background-color: #C878B7;
}
</style>
border-color css
<style>
span { border-color: #C878B7; }
span { border-color: rgb(200,120,183); }
td.TdClassName
{
border-color: #C878B7;
}
.TagClassName
{
border-color: #C878B7;
}
</style>