Shades of Orchid #C86ECF
Tints of Orchid #C86ECF
RGB
CMYK
RGB Variations
Color information
#C86ECF (or 0xC86ECF) is known color: Orchid. HEX triplet: C8, 6E and CF. RGB value is (200,110,207). Sum of RGB (Red+Green+Blue) = 200+110+207=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C86ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ECF is #379130. Grayscale: #939393. Windows color (decimal): -3641649 or 13594312. OLE color: 13594312.
HSL color Cylindrical-coordinate representation of color #C86ECF: hue angle of 295.67º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86ECF is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 110 | 207 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.19 |
| HSL | 295.67º | 0.5% | 0.62% | - |
| HSV(B) | 295.67º | 0.47% | 0.81% | - |
| XYZ | 40.66 | 27.94 | 62.28 | - |
| YUV | 147.97 | 161.32 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 207 | 0.03 | 0.47 | 0 | 0.19 | 295.67 | 0.5 | 0.62 |
| Hex | C8 | 6E | CF | 3 | 2F | 0 | 13 | 128 | 32 | 3E |
| Octal | 310 | 156 | 317 | 3 | 57 | 0 | 23 | 450 | 62 | 76 |
| Binary | 11001000 | 1101110 | 11001111 | 11 | 101111 | 0 | 10011 | 100101000 | 110010 | 111110 |
Color Harmonies of #C86ECF
Complementary color
Monochromatic Colors of #C86ECF
Black with #C86ECF
Text Example
Text Example
White with #C86ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86ECF; }
p { color: rgb(200,110,207); }
H1.HeaderClassName
{
color: #C86ECF;
}
.AnyTagClassName
{
color: #C86ECF;
}
</style>
background-color css
<style>
a { background-color: #C86ECF; }
a { background-color: rgb(200,110,207); }
div.DivClassName
{
background-color: #C86ECF;
}
.BgClassName
{
background-color: #C86ECF;
}
</style>
border-color css
<style>
span { border-color: #C86ECF; }
span { border-color: rgb(200,110,207); }
td.TdClassName
{
border-color: #C86ECF;
}
.TagClassName
{
border-color: #C86ECF;
}
</style>