Shades of Orchid #C87EC0
Tints of Orchid #C87EC0
RGB
CMYK
RGB Variations
Color information
#C87EC0 (or 0xC87EC0) is known color: Orchid. HEX triplet: C8, 7E and C0. RGB value is (200,126,192). Sum of RGB (Red+Green+Blue) = 200+126+192=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EC0 is #37813F. Grayscale: #9B9B9B. Windows color (decimal): -3637568 or 12615368. OLE color: 12615368.
HSL color Cylindrical-coordinate representation of color #C87EC0: hue angle of 306.49º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87EC0 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 192 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.22 |
| HSL | 306.49º | 0.4% | 0.64% | - |
| HSV(B) | 306.49º | 0.37% | 0.78% | - |
| XYZ | 40.79 | 31.01 | 53.7 | - |
| YUV | 155.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 192 | 0 | 0.37 | 0.04 | 0.22 | 306.49 | 0.4 | 0.64 |
| Hex | C8 | 7E | C0 | 0 | 25 | 4 | 16 | 132 | 28 | 40 |
| Octal | 310 | 176 | 300 | 0 | 45 | 4 | 26 | 462 | 50 | 100 |
| Binary | 11001000 | 1111110 | 11000000 | 0 | 100101 | 100 | 10110 | 100110010 | 101000 | 1000000 |
Color Harmonies of #C87EC0
Complementary color
Monochromatic Colors of #C87EC0
Black with #C87EC0
Text Example
Text Example
White with #C87EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EC0; }
p { color: rgb(200,126,192); }
H1.HeaderClassName
{
color: #C87EC0;
}
.AnyTagClassName
{
color: #C87EC0;
}
</style>
background-color css
<style>
a { background-color: #C87EC0; }
a { background-color: rgb(200,126,192); }
div.DivClassName
{
background-color: #C87EC0;
}
.BgClassName
{
background-color: #C87EC0;
}
</style>
border-color css
<style>
span { border-color: #C87EC0; }
span { border-color: rgb(200,126,192); }
td.TdClassName
{
border-color: #C87EC0;
}
.TagClassName
{
border-color: #C87EC0;
}
</style>