Shades of Orchid #C86EDF
Tints of Orchid #C86EDF
RGB
CMYK
RGB Variations
Color information
#C86EDF (or 0xC86EDF) is known color: Orchid. HEX triplet: C8, 6E and DF. RGB value is (200,110,223). Sum of RGB (Red+Green+Blue) = 200+110+223=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #C86EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EDF is #379120. Grayscale: #959595. Windows color (decimal): -3641633 or 14642888. OLE color: 14642888.
HSL color Cylindrical-coordinate representation of color #C86EDF: hue angle of 287.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86EDF is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 110 | 223 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.13 |
| HSL | 287.79º | 0.64% | 0.65% | - |
| HSV(B) | 287.79º | 0.51% | 0.87% | - |
| XYZ | 42.71 | 28.76 | 73.11 | - |
| YUV | 149.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 223 | 0.10 | 0.51 | 0 | 0.13 | 287.79 | 0.64 | 0.65 |
| Hex | C8 | 6E | DF | A | 33 | 0 | D | 120 | 40 | 41 |
| Octal | 310 | 156 | 337 | 12 | 63 | 0 | 15 | 440 | 100 | 101 |
| Binary | 11001000 | 1101110 | 11011111 | 1010 | 110011 | 0 | 1101 | 100100000 | 1000000 | 1000001 |
Color Harmonies of #C86EDF
Complementary color
Monochromatic Colors of #C86EDF
Black with #C86EDF
Text Example
Text Example
White with #C86EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EDF; }
p { color: rgb(200,110,223); }
H1.HeaderClassName
{
color: #C86EDF;
}
.AnyTagClassName
{
color: #C86EDF;
}
</style>
background-color css
<style>
a { background-color: #C86EDF; }
a { background-color: rgb(200,110,223); }
div.DivClassName
{
background-color: #C86EDF;
}
.BgClassName
{
background-color: #C86EDF;
}
</style>
border-color css
<style>
span { border-color: #C86EDF; }
span { border-color: rgb(200,110,223); }
td.TdClassName
{
border-color: #C86EDF;
}
.TagClassName
{
border-color: #C86EDF;
}
</style>