Shades of Orchid #C86EDE
Tints of Orchid #C86EDE
RGB
CMYK
RGB Variations
Color information
#C86EDE (or 0xC86EDE) is known color: Orchid. HEX triplet: C8, 6E and DE. RGB value is (200,110,222). Sum of RGB (Red+Green+Blue) = 200+110+222=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #C86EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EDE is #379121. Grayscale: #959595. Windows color (decimal): -3641634 or 14577352. OLE color: 14577352.
HSL color Cylindrical-coordinate representation of color #C86EDE: hue angle of 288.21º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86EDE is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 110 | 222 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.13 |
| HSL | 288.21º | 0.63% | 0.65% | - |
| HSV(B) | 288.21º | 0.5% | 0.87% | - |
| XYZ | 42.58 | 28.71 | 72.4 | - |
| YUV | 149.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 222 | 0.10 | 0.50 | 0 | 0.13 | 288.21 | 0.63 | 0.65 |
| Hex | C8 | 6E | DE | A | 32 | 0 | D | 120 | 3F | 41 |
| Octal | 310 | 156 | 336 | 12 | 62 | 0 | 15 | 440 | 77 | 101 |
| Binary | 11001000 | 1101110 | 11011110 | 1010 | 110010 | 0 | 1101 | 100100000 | 111111 | 1000001 |
Color Harmonies of #C86EDE
Complementary color
Monochromatic Colors of #C86EDE
Black with #C86EDE
Text Example
Text Example
White with #C86EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EDE; }
p { color: rgb(200,110,222); }
H1.HeaderClassName
{
color: #C86EDE;
}
.AnyTagClassName
{
color: #C86EDE;
}
</style>
background-color css
<style>
a { background-color: #C86EDE; }
a { background-color: rgb(200,110,222); }
div.DivClassName
{
background-color: #C86EDE;
}
.BgClassName
{
background-color: #C86EDE;
}
</style>
border-color css
<style>
span { border-color: #C86EDE; }
span { border-color: rgb(200,110,222); }
td.TdClassName
{
border-color: #C86EDE;
}
.TagClassName
{
border-color: #C86EDE;
}
</style>