Shades of Orchid #C87EE0
Tints of Orchid #C87EE0
RGB
CMYK
RGB Variations
Color information
#C87EE0 (or 0xC87EE0) is known color: Orchid. HEX triplet: C8, 7E and E0. RGB value is (200,126,224). Sum of RGB (Red+Green+Blue) = 200+126+224=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #C87EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EE0 is #37811F. Grayscale: #9E9E9E. Windows color (decimal): -3637536 or 14712520. OLE color: 14712520.
HSL color Cylindrical-coordinate representation of color #C87EE0: hue angle of 285.31º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87EE0 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 126 | 224 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.12 |
| HSL | 285.31º | 0.61% | 0.69% | - |
| HSV(B) | 285.31º | 0.44% | 0.88% | - |
| XYZ | 44.73 | 32.58 | 74.45 | - |
| YUV | 159.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 224 | 0.11 | 0.44 | 0 | 0.12 | 285.31 | 0.61 | 0.69 |
| Hex | C8 | 7E | E0 | B | 2C | 0 | C | 11D | 3D | 45 |
| Octal | 310 | 176 | 340 | 13 | 54 | 0 | 14 | 435 | 75 | 105 |
| Binary | 11001000 | 1111110 | 11100000 | 1011 | 101100 | 0 | 1100 | 100011101 | 111101 | 1000101 |
Color Harmonies of #C87EE0
Complementary color
Monochromatic Colors of #C87EE0
Black with #C87EE0
Text Example
Text Example
White with #C87EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EE0; }
p { color: rgb(200,126,224); }
H1.HeaderClassName
{
color: #C87EE0;
}
.AnyTagClassName
{
color: #C87EE0;
}
</style>
background-color css
<style>
a { background-color: #C87EE0; }
a { background-color: rgb(200,126,224); }
div.DivClassName
{
background-color: #C87EE0;
}
.BgClassName
{
background-color: #C87EE0;
}
</style>
border-color css
<style>
span { border-color: #C87EE0; }
span { border-color: rgb(200,126,224); }
td.TdClassName
{
border-color: #C87EE0;
}
.TagClassName
{
border-color: #C87EE0;
}
</style>