Shades of Orchid #C87EDD
Tints of Orchid #C87EDD
RGB
CMYK
RGB Variations
Color information
#C87EDD (or 0xC87EDD) is known color: Orchid. HEX triplet: C8, 7E and DD. RGB value is (200,126,221). Sum of RGB (Red+Green+Blue) = 200+126+221=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #C87EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EDD is #378122. Grayscale: #9E9E9E. Windows color (decimal): -3637539 or 14515912. OLE color: 14515912.
HSL color Cylindrical-coordinate representation of color #C87EDD: hue angle of 286.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87EDD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 126 | 221 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.13 |
| HSL | 286.74º | 0.58% | 0.68% | - |
| HSV(B) | 286.74º | 0.43% | 0.87% | - |
| XYZ | 44.33 | 32.42 | 72.33 | - |
| YUV | 158.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 221 | 0.10 | 0.43 | 0 | 0.13 | 286.74 | 0.58 | 0.68 |
| Hex | C8 | 7E | DD | A | 2B | 0 | D | 11F | 3A | 44 |
| Octal | 310 | 176 | 335 | 12 | 53 | 0 | 15 | 437 | 72 | 104 |
| Binary | 11001000 | 1111110 | 11011101 | 1010 | 101011 | 0 | 1101 | 100011111 | 111010 | 1000100 |
Color Harmonies of #C87EDD
Complementary color
Monochromatic Colors of #C87EDD
Black with #C87EDD
Text Example
Text Example
White with #C87EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EDD; }
p { color: rgb(200,126,221); }
H1.HeaderClassName
{
color: #C87EDD;
}
.AnyTagClassName
{
color: #C87EDD;
}
</style>
background-color css
<style>
a { background-color: #C87EDD; }
a { background-color: rgb(200,126,221); }
div.DivClassName
{
background-color: #C87EDD;
}
.BgClassName
{
background-color: #C87EDD;
}
</style>
border-color css
<style>
span { border-color: #C87EDD; }
span { border-color: rgb(200,126,221); }
td.TdClassName
{
border-color: #C87EDD;
}
.TagClassName
{
border-color: #C87EDD;
}
</style>