Shades of Orchid #C86EE1
Tints of Orchid #C86EE1
RGB
CMYK
RGB Variations
Color information
#C86EE1 (or 0xC86EE1) is known color: Orchid. HEX triplet: C8, 6E and E1. RGB value is (200,110,225). Sum of RGB (Red+Green+Blue) = 200+110+225=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #C86EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EE1 is #37911E. Grayscale: #959595. Windows color (decimal): -3641631 or 14773960. OLE color: 14773960.
HSL color Cylindrical-coordinate representation of color #C86EE1: hue angle of 286.96º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86EE1 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 110 | 225 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.12 |
| HSL | 286.96º | 0.66% | 0.66% | - |
| HSV(B) | 286.96º | 0.51% | 0.88% | - |
| XYZ | 42.99 | 28.87 | 74.54 | - |
| YUV | 150.02 | 170.32 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 225 | 0.11 | 0.51 | 0 | 0.12 | 286.96 | 0.66 | 0.66 |
| Hex | C8 | 6E | E1 | B | 33 | 0 | C | 11F | 42 | 42 |
| Octal | 310 | 156 | 341 | 13 | 63 | 0 | 14 | 437 | 102 | 102 |
| Binary | 11001000 | 1101110 | 11100001 | 1011 | 110011 | 0 | 1100 | 100011111 | 1000010 | 1000010 |
Color Harmonies of #C86EE1
Complementary color
Monochromatic Colors of #C86EE1
Black with #C86EE1
Text Example
Text Example
White with #C86EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EE1; }
p { color: rgb(200,110,225); }
H1.HeaderClassName
{
color: #C86EE1;
}
.AnyTagClassName
{
color: #C86EE1;
}
</style>
background-color css
<style>
a { background-color: #C86EE1; }
a { background-color: rgb(200,110,225); }
div.DivClassName
{
background-color: #C86EE1;
}
.BgClassName
{
background-color: #C86EE1;
}
</style>
border-color css
<style>
span { border-color: #C86EE1; }
span { border-color: rgb(200,110,225); }
td.TdClassName
{
border-color: #C86EE1;
}
.TagClassName
{
border-color: #C86EE1;
}
</style>