Shades of Orchid #C877D5
Tints of Orchid #C877D5
RGB
CMYK
RGB Variations
Color information
#C877D5 (or 0xC877D5) is known color: Orchid. HEX triplet: C8, 77 and D5. RGB value is (200,119,213). Sum of RGB (Red+Green+Blue) = 200+119+213=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #C877D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877D5 is #37882A. Grayscale: #999999. Windows color (decimal): -3639339 or 13989832. OLE color: 13989832.
HSL color Cylindrical-coordinate representation of color #C877D5: hue angle of 291.7º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C877D5 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 119 | 213 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.16 |
| HSL | 291.7º | 0.53% | 0.65% | - |
| HSV(B) | 291.7º | 0.44% | 0.84% | - |
| XYZ | 42.43 | 30.28 | 66.56 | - |
| YUV | 153.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 213 | 0.06 | 0.44 | 0 | 0.16 | 291.7 | 0.53 | 0.65 |
| Hex | C8 | 77 | D5 | 6 | 2C | 0 | 10 | 124 | 35 | 41 |
| Octal | 310 | 167 | 325 | 6 | 54 | 0 | 20 | 444 | 65 | 101 |
| Binary | 11001000 | 1110111 | 11010101 | 110 | 101100 | 0 | 10000 | 100100100 | 110101 | 1000001 |
Color Harmonies of #C877D5
Complementary color
Monochromatic Colors of #C877D5
Black with #C877D5
Text Example
Text Example
White with #C877D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C877D5; }
p { color: rgb(200,119,213); }
H1.HeaderClassName
{
color: #C877D5;
}
.AnyTagClassName
{
color: #C877D5;
}
</style>
background-color css
<style>
a { background-color: #C877D5; }
a { background-color: rgb(200,119,213); }
div.DivClassName
{
background-color: #C877D5;
}
.BgClassName
{
background-color: #C877D5;
}
</style>
border-color css
<style>
span { border-color: #C877D5; }
span { border-color: rgb(200,119,213); }
td.TdClassName
{
border-color: #C877D5;
}
.TagClassName
{
border-color: #C877D5;
}
</style>