Shades of Orchid #C877B7
Tints of Orchid #C877B7
RGB
CMYK
RGB Variations
Color information
#C877B7 (or 0xC877B7) is known color: Orchid. HEX triplet: C8, 77 and B7. RGB value is (200,119,183). Sum of RGB (Red+Green+Blue) = 200+119+183=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C877B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877B7 is #378848. Grayscale: #969696. Windows color (decimal): -3639369 or 12023752. OLE color: 12023752.
HSL color Cylindrical-coordinate representation of color #C877B7: hue angle of 312.59º 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 #C877B7 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 183 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.22 |
| HSL | 312.59º | 0.42% | 0.63% | - |
| HSV(B) | 312.59º | 0.41% | 0.78% | - |
| XYZ | 38.96 | 28.89 | 48.32 | - |
| YUV | 150.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 183 | 0 | 0.40 | 0.08 | 0.22 | 312.59 | 0.42 | 0.63 |
| Hex | C8 | 77 | B7 | 0 | 28 | 8 | 16 | 139 | 2A | 3F |
| Octal | 310 | 167 | 267 | 0 | 50 | 10 | 26 | 471 | 52 | 77 |
| Binary | 11001000 | 1110111 | 10110111 | 0 | 101000 | 1000 | 10110 | 100111001 | 101010 | 111111 |
Color Harmonies of #C877B7
Complementary color
Monochromatic Colors of #C877B7
Black with #C877B7
Text Example
Text Example
White with #C877B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C877B7; }
p { color: rgb(200,119,183); }
H1.HeaderClassName
{
color: #C877B7;
}
.AnyTagClassName
{
color: #C877B7;
}
</style>
background-color css
<style>
a { background-color: #C877B7; }
a { background-color: rgb(200,119,183); }
div.DivClassName
{
background-color: #C877B7;
}
.BgClassName
{
background-color: #C877B7;
}
</style>
border-color css
<style>
span { border-color: #C877B7; }
span { border-color: rgb(200,119,183); }
td.TdClassName
{
border-color: #C877B7;
}
.TagClassName
{
border-color: #C877B7;
}
</style>