Shades of Orchid #C877CB
Tints of Orchid #C877CB
RGB
CMYK
RGB Variations
Color information
#C877CB (or 0xC877CB) is known color: Orchid. HEX triplet: C8, 77 and CB. RGB value is (200,119,203). Sum of RGB (Red+Green+Blue) = 200+119+203=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #C877CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877CB is #378834. Grayscale: #989898. Windows color (decimal): -3639349 or 13334472. OLE color: 13334472.
HSL color Cylindrical-coordinate representation of color #C877CB: hue angle of 297.86º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C877CB is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 119 | 203 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.20 |
| HSL | 297.86º | 0.45% | 0.63% | - |
| HSV(B) | 297.86º | 0.41% | 0.8% | - |
| XYZ | 41.2 | 29.78 | 60.08 | - |
| YUV | 152.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 203 | 0.01 | 0.41 | 0 | 0.20 | 297.86 | 0.45 | 0.63 |
| Hex | C8 | 77 | CB | 1 | 29 | 0 | 14 | 12A | 2D | 3F |
| Octal | 310 | 167 | 313 | 1 | 51 | 0 | 24 | 452 | 55 | 77 |
| Binary | 11001000 | 1110111 | 11001011 | 1 | 101001 | 0 | 10100 | 100101010 | 101101 | 111111 |
Color Harmonies of #C877CB
Complementary color
Monochromatic Colors of #C877CB
Black with #C877CB
Text Example
Text Example
White with #C877CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C877CB; }
p { color: rgb(200,119,203); }
H1.HeaderClassName
{
color: #C877CB;
}
.AnyTagClassName
{
color: #C877CB;
}
</style>
background-color css
<style>
a { background-color: #C877CB; }
a { background-color: rgb(200,119,203); }
div.DivClassName
{
background-color: #C877CB;
}
.BgClassName
{
background-color: #C877CB;
}
</style>
border-color css
<style>
span { border-color: #C877CB; }
span { border-color: rgb(200,119,203); }
td.TdClassName
{
border-color: #C877CB;
}
.TagClassName
{
border-color: #C877CB;
}
</style>