Shades of Orchid #C87EC2
Tints of Orchid #C87EC2
RGB
CMYK
RGB Variations
Color information
#C87EC2 (or 0xC87EC2) is known color: Orchid. HEX triplet: C8, 7E and C2. RGB value is (200,126,194). Sum of RGB (Red+Green+Blue) = 200+126+194=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EC2 is #37813D. Grayscale: #9B9B9B. Windows color (decimal): -3637566 or 12746440. OLE color: 12746440.
HSL color Cylindrical-coordinate representation of color #C87EC2: hue angle of 304.86º 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 #C87EC2 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 194 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.22 |
| HSL | 304.86º | 0.4% | 0.64% | - |
| HSV(B) | 304.86º | 0.37% | 0.78% | - |
| XYZ | 41.02 | 31.1 | 54.88 | - |
| YUV | 155.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 194 | 0 | 0.37 | 0.03 | 0.22 | 304.86 | 0.4 | 0.64 |
| Hex | C8 | 7E | C2 | 0 | 25 | 3 | 16 | 131 | 28 | 40 |
| Octal | 310 | 176 | 302 | 0 | 45 | 3 | 26 | 461 | 50 | 100 |
| Binary | 11001000 | 1111110 | 11000010 | 0 | 100101 | 11 | 10110 | 100110001 | 101000 | 1000000 |
Color Harmonies of #C87EC2
Complementary color
Monochromatic Colors of #C87EC2
Black with #C87EC2
Text Example
Text Example
White with #C87EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EC2; }
p { color: rgb(200,126,194); }
H1.HeaderClassName
{
color: #C87EC2;
}
.AnyTagClassName
{
color: #C87EC2;
}
</style>
background-color css
<style>
a { background-color: #C87EC2; }
a { background-color: rgb(200,126,194); }
div.DivClassName
{
background-color: #C87EC2;
}
.BgClassName
{
background-color: #C87EC2;
}
</style>
border-color css
<style>
span { border-color: #C87EC2; }
span { border-color: rgb(200,126,194); }
td.TdClassName
{
border-color: #C87EC2;
}
.TagClassName
{
border-color: #C87EC2;
}
</style>