Shades of Orchid #C877D7
Tints of Orchid #C877D7
RGB
CMYK
RGB Variations
Color information
#C877D7 (or 0xC877D7) is known color: Orchid. HEX triplet: C8, 77 and D7. RGB value is (200,119,215). Sum of RGB (Red+Green+Blue) = 200+119+215=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #C877D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877D7 is #378828. Grayscale: #999999. Windows color (decimal): -3639337 or 14120904. OLE color: 14120904.
HSL color Cylindrical-coordinate representation of color #C877D7: hue angle of 290.62º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C877D7 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 119 | 215 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.16 |
| HSL | 290.63º | 0.55% | 0.65% | - |
| HSV(B) | 290.63º | 0.45% | 0.84% | - |
| XYZ | 42.68 | 30.38 | 67.9 | - |
| YUV | 154.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 215 | 0.07 | 0.45 | 0 | 0.16 | 290.63 | 0.55 | 0.65 |
| Hex | C8 | 77 | D7 | 7 | 2D | 0 | 10 | 123 | 37 | 41 |
| Octal | 310 | 167 | 327 | 7 | 55 | 0 | 20 | 443 | 67 | 101 |
| Binary | 11001000 | 1110111 | 11010111 | 111 | 101101 | 0 | 10000 | 100100011 | 110111 | 1000001 |
Color Harmonies of #C877D7
Complementary color
Monochromatic Colors of #C877D7
Black with #C877D7
Text Example
Text Example
White with #C877D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C877D7; }
p { color: rgb(200,119,215); }
H1.HeaderClassName
{
color: #C877D7;
}
.AnyTagClassName
{
color: #C877D7;
}
</style>
background-color css
<style>
a { background-color: #C877D7; }
a { background-color: rgb(200,119,215); }
div.DivClassName
{
background-color: #C877D7;
}
.BgClassName
{
background-color: #C877D7;
}
</style>
border-color css
<style>
span { border-color: #C877D7; }
span { border-color: rgb(200,119,215); }
td.TdClassName
{
border-color: #C877D7;
}
.TagClassName
{
border-color: #C877D7;
}
</style>