Shades of Orchid #C87DBD
Tints of Orchid #C87DBD
RGB
CMYK
RGB Variations
Color information
#C87DBD (or 0xC87DBD) is known color: Orchid. HEX triplet: C8, 7D and BD. RGB value is (200,125,189). Sum of RGB (Red+Green+Blue) = 200+125+189=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DBD is #378242. Grayscale: #9A9A9A. Windows color (decimal): -3637827 or 12418504. OLE color: 12418504.
HSL color Cylindrical-coordinate representation of color #C87DBD: hue angle of 308.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87DBD is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 189 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.22 |
| HSL | 308.8º | 0.41% | 0.64% | - |
| HSV(B) | 308.8º | 0.38% | 0.78% | - |
| XYZ | 40.34 | 30.62 | 51.93 | - |
| YUV | 154.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 189 | 0 | 0.38 | 0.06 | 0.22 | 308.8 | 0.41 | 0.64 |
| Hex | C8 | 7D | BD | 0 | 26 | 6 | 16 | 135 | 29 | 40 |
| Octal | 310 | 175 | 275 | 0 | 46 | 6 | 26 | 465 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10111101 | 0 | 100110 | 110 | 10110 | 100110101 | 101001 | 1000000 |
Color Harmonies of #C87DBD
Complementary color
Monochromatic Colors of #C87DBD
Black with #C87DBD
Text Example
Text Example
White with #C87DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DBD; }
p { color: rgb(200,125,189); }
H1.HeaderClassName
{
color: #C87DBD;
}
.AnyTagClassName
{
color: #C87DBD;
}
</style>
background-color css
<style>
a { background-color: #C87DBD; }
a { background-color: rgb(200,125,189); }
div.DivClassName
{
background-color: #C87DBD;
}
.BgClassName
{
background-color: #C87DBD;
}
</style>
border-color css
<style>
span { border-color: #C87DBD; }
span { border-color: rgb(200,125,189); }
td.TdClassName
{
border-color: #C87DBD;
}
.TagClassName
{
border-color: #C87DBD;
}
</style>