Shades of Orchid #C877BB
Tints of Orchid #C877BB
RGB
CMYK
RGB Variations
Color information
#C877BB (or 0xC877BB) is known color: Orchid. HEX triplet: C8, 77 and BB. RGB value is (200,119,187). Sum of RGB (Red+Green+Blue) = 200+119+187=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C877BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877BB is #378844. Grayscale: #969696. Windows color (decimal): -3639365 or 12285896. OLE color: 12285896.
HSL color Cylindrical-coordinate representation of color #C877BB: hue angle of 309.63º 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 #C877BB is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 187 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.22 |
| HSL | 309.63º | 0.42% | 0.63% | - |
| HSV(B) | 309.63º | 0.41% | 0.78% | - |
| XYZ | 39.39 | 29.06 | 50.55 | - |
| YUV | 150.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 187 | 0 | 0.40 | 0.06 | 0.22 | 309.63 | 0.42 | 0.63 |
| Hex | C8 | 77 | BB | 0 | 28 | 6 | 16 | 136 | 2A | 3F |
| Octal | 310 | 167 | 273 | 0 | 50 | 6 | 26 | 466 | 52 | 77 |
| Binary | 11001000 | 1110111 | 10111011 | 0 | 101000 | 110 | 10110 | 100110110 | 101010 | 111111 |
Color Harmonies of #C877BB
Complementary color
Monochromatic Colors of #C877BB
Black with #C877BB
Text Example
Text Example
White with #C877BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C877BB; }
p { color: rgb(200,119,187); }
H1.HeaderClassName
{
color: #C877BB;
}
.AnyTagClassName
{
color: #C877BB;
}
</style>
background-color css
<style>
a { background-color: #C877BB; }
a { background-color: rgb(200,119,187); }
div.DivClassName
{
background-color: #C877BB;
}
.BgClassName
{
background-color: #C877BB;
}
</style>
border-color css
<style>
span { border-color: #C877BB; }
span { border-color: rgb(200,119,187); }
td.TdClassName
{
border-color: #C877BB;
}
.TagClassName
{
border-color: #C877BB;
}
</style>