Shades of Orchid #C87ED9
Tints of Orchid #C87ED9
RGB
CMYK
RGB Variations
Color information
#C87ED9 (or 0xC87ED9) is known color: Orchid. HEX triplet: C8, 7E and D9. RGB value is (200,126,217). Sum of RGB (Red+Green+Blue) = 200+126+217=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #C87ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ED9 is #378126. Grayscale: #9E9E9E. Windows color (decimal): -3637543 or 14253768. OLE color: 14253768.
HSL color Cylindrical-coordinate representation of color #C87ED9: hue angle of 288.79º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87ED9 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 126 | 217 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.15 |
| HSL | 288.79º | 0.54% | 0.67% | - |
| HSV(B) | 288.79º | 0.42% | 0.85% | - |
| XYZ | 43.8 | 32.21 | 69.55 | - |
| YUV | 158.5 | 161.02 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 217 | 0.08 | 0.42 | 0 | 0.15 | 288.79 | 0.54 | 0.67 |
| Hex | C8 | 7E | D9 | 8 | 2A | 0 | F | 121 | 36 | 43 |
| Octal | 310 | 176 | 331 | 10 | 52 | 0 | 17 | 441 | 66 | 103 |
| Binary | 11001000 | 1111110 | 11011001 | 1000 | 101010 | 0 | 1111 | 100100001 | 110110 | 1000011 |
Color Harmonies of #C87ED9
Complementary color
Monochromatic Colors of #C87ED9
Black with #C87ED9
Text Example
Text Example
White with #C87ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87ED9; }
p { color: rgb(200,126,217); }
H1.HeaderClassName
{
color: #C87ED9;
}
.AnyTagClassName
{
color: #C87ED9;
}
</style>
background-color css
<style>
a { background-color: #C87ED9; }
a { background-color: rgb(200,126,217); }
div.DivClassName
{
background-color: #C87ED9;
}
.BgClassName
{
background-color: #C87ED9;
}
</style>
border-color css
<style>
span { border-color: #C87ED9; }
span { border-color: rgb(200,126,217); }
td.TdClassName
{
border-color: #C87ED9;
}
.TagClassName
{
border-color: #C87ED9;
}
</style>