Shades of Orchid #C87DBB
Tints of Orchid #C87DBB
RGB
CMYK
RGB Variations
Color information
#C87DBB (or 0xC87DBB) is known color: Orchid. HEX triplet: C8, 7D and BB. RGB value is (200,125,187). Sum of RGB (Red+Green+Blue) = 200+125+187=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DBB is #378244. Grayscale: #9A9A9A. Windows color (decimal): -3637829 or 12287432. OLE color: 12287432.
HSL color Cylindrical-coordinate representation of color #C87DBB: hue angle of 310.4º 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 #C87DBB is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 187 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.22 |
| HSL | 310.4º | 0.41% | 0.64% | - |
| HSV(B) | 310.4º | 0.38% | 0.78% | - |
| XYZ | 40.12 | 30.53 | 50.79 | - |
| YUV | 154.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 187 | 0 | 0.38 | 0.06 | 0.22 | 310.4 | 0.41 | 0.64 |
| Hex | C8 | 7D | BB | 0 | 26 | 6 | 16 | 136 | 29 | 40 |
| Octal | 310 | 175 | 273 | 0 | 46 | 6 | 26 | 466 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10111011 | 0 | 100110 | 110 | 10110 | 100110110 | 101001 | 1000000 |
Color Harmonies of #C87DBB
Complementary color
Monochromatic Colors of #C87DBB
Black with #C87DBB
Text Example
Text Example
White with #C87DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DBB; }
p { color: rgb(200,125,187); }
H1.HeaderClassName
{
color: #C87DBB;
}
.AnyTagClassName
{
color: #C87DBB;
}
</style>
background-color css
<style>
a { background-color: #C87DBB; }
a { background-color: rgb(200,125,187); }
div.DivClassName
{
background-color: #C87DBB;
}
.BgClassName
{
background-color: #C87DBB;
}
</style>
border-color css
<style>
span { border-color: #C87DBB; }
span { border-color: rgb(200,125,187); }
td.TdClassName
{
border-color: #C87DBB;
}
.TagClassName
{
border-color: #C87DBB;
}
</style>