Shades of Orchid #C87EDC
Tints of Orchid #C87EDC
RGB
CMYK
RGB Variations
Color information
#C87EDC (or 0xC87EDC) is known color: Orchid. HEX triplet: C8, 7E and DC. RGB value is (200,126,220). Sum of RGB (Red+Green+Blue) = 200+126+220=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #C87EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EDC is #378123. Grayscale: #9E9E9E. Windows color (decimal): -3637540 or 14450376. OLE color: 14450376.
HSL color Cylindrical-coordinate representation of color #C87EDC: hue angle of 287.23º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87EDC is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 126 | 220 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.14 |
| HSL | 287.23º | 0.57% | 0.68% | - |
| HSV(B) | 287.23º | 0.43% | 0.86% | - |
| XYZ | 44.2 | 32.37 | 71.63 | - |
| YUV | 158.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 220 | 0.09 | 0.43 | 0 | 0.14 | 287.23 | 0.57 | 0.68 |
| Hex | C8 | 7E | DC | 9 | 2B | 0 | E | 11F | 39 | 44 |
| Octal | 310 | 176 | 334 | 11 | 53 | 0 | 16 | 437 | 71 | 104 |
| Binary | 11001000 | 1111110 | 11011100 | 1001 | 101011 | 0 | 1110 | 100011111 | 111001 | 1000100 |
Color Harmonies of #C87EDC
Complementary color
Monochromatic Colors of #C87EDC
Black with #C87EDC
Text Example
Text Example
White with #C87EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EDC; }
p { color: rgb(200,126,220); }
H1.HeaderClassName
{
color: #C87EDC;
}
.AnyTagClassName
{
color: #C87EDC;
}
</style>
background-color css
<style>
a { background-color: #C87EDC; }
a { background-color: rgb(200,126,220); }
div.DivClassName
{
background-color: #C87EDC;
}
.BgClassName
{
background-color: #C87EDC;
}
</style>
border-color css
<style>
span { border-color: #C87EDC; }
span { border-color: rgb(200,126,220); }
td.TdClassName
{
border-color: #C87EDC;
}
.TagClassName
{
border-color: #C87EDC;
}
</style>