Shades of Orchid #C86ECE
Tints of Orchid #C86ECE
RGB
CMYK
RGB Variations
Color information
#C86ECE (or 0xC86ECE) is known color: Orchid. HEX triplet: C8, 6E and CE. RGB value is (200,110,206). Sum of RGB (Red+Green+Blue) = 200+110+206=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #C86ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ECE is #379131. Grayscale: #939393. Windows color (decimal): -3641650 or 13528776. OLE color: 13528776.
HSL color Cylindrical-coordinate representation of color #C86ECE: hue angle of 296.25º degrees, saturation: 0.49, 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 #C86ECE is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 110 | 206 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.19 |
| HSL | 296.25º | 0.49% | 0.62% | - |
| HSV(B) | 296.25º | 0.47% | 0.81% | - |
| XYZ | 40.54 | 27.89 | 61.64 | - |
| YUV | 147.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 206 | 0.03 | 0.47 | 0 | 0.19 | 296.25 | 0.49 | 0.62 |
| Hex | C8 | 6E | CE | 3 | 2F | 0 | 13 | 128 | 31 | 3E |
| Octal | 310 | 156 | 316 | 3 | 57 | 0 | 23 | 450 | 61 | 76 |
| Binary | 11001000 | 1101110 | 11001110 | 11 | 101111 | 0 | 10011 | 100101000 | 110001 | 111110 |
Color Harmonies of #C86ECE
Complementary color
Monochromatic Colors of #C86ECE
Black with #C86ECE
Text Example
Text Example
White with #C86ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86ECE; }
p { color: rgb(200,110,206); }
H1.HeaderClassName
{
color: #C86ECE;
}
.AnyTagClassName
{
color: #C86ECE;
}
</style>
background-color css
<style>
a { background-color: #C86ECE; }
a { background-color: rgb(200,110,206); }
div.DivClassName
{
background-color: #C86ECE;
}
.BgClassName
{
background-color: #C86ECE;
}
</style>
border-color css
<style>
span { border-color: #C86ECE; }
span { border-color: rgb(200,110,206); }
td.TdClassName
{
border-color: #C86ECE;
}
.TagClassName
{
border-color: #C86ECE;
}
</style>