Shades of Orchid #C87DBF
Tints of Orchid #C87DBF
RGB
CMYK
RGB Variations
Color information
#C87DBF (or 0xC87DBF) is known color: Orchid. HEX triplet: C8, 7D and BF. RGB value is (200,125,191). Sum of RGB (Red+Green+Blue) = 200+125+191=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DBF is #378240. Grayscale: #9A9A9A. Windows color (decimal): -3637825 or 12549576. OLE color: 12549576.
HSL color Cylindrical-coordinate representation of color #C87DBF: hue angle of 307.2º 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 #C87DBF is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 191 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.22 |
| HSL | 307.2º | 0.41% | 0.64% | - |
| HSV(B) | 307.2º | 0.38% | 0.78% | - |
| XYZ | 40.56 | 30.71 | 53.08 | - |
| YUV | 154.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 191 | 0 | 0.38 | 0.04 | 0.22 | 307.2 | 0.41 | 0.64 |
| Hex | C8 | 7D | BF | 0 | 26 | 4 | 16 | 133 | 29 | 40 |
| Octal | 310 | 175 | 277 | 0 | 46 | 4 | 26 | 463 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10111111 | 0 | 100110 | 100 | 10110 | 100110011 | 101001 | 1000000 |
Color Harmonies of #C87DBF
Complementary color
Monochromatic Colors of #C87DBF
Black with #C87DBF
Text Example
Text Example
White with #C87DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DBF; }
p { color: rgb(200,125,191); }
H1.HeaderClassName
{
color: #C87DBF;
}
.AnyTagClassName
{
color: #C87DBF;
}
</style>
background-color css
<style>
a { background-color: #C87DBF; }
a { background-color: rgb(200,125,191); }
div.DivClassName
{
background-color: #C87DBF;
}
.BgClassName
{
background-color: #C87DBF;
}
</style>
border-color css
<style>
span { border-color: #C87DBF; }
span { border-color: rgb(200,125,191); }
td.TdClassName
{
border-color: #C87DBF;
}
.TagClassName
{
border-color: #C87DBF;
}
</style>