Shades of Orchid #C86EC9
Tints of Orchid #C86EC9
RGB
CMYK
RGB Variations
Color information
#C86EC9 (or 0xC86EC9) is known color: Orchid. HEX triplet: C8, 6E and C9. RGB value is (200,110,201). Sum of RGB (Red+Green+Blue) = 200+110+201=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #C86EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EC9 is #379136. Grayscale: #939393. Windows color (decimal): -3641655 or 13201096. OLE color: 13201096.
HSL color Cylindrical-coordinate representation of color #C86EC9: hue angle of 299.34º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86EC9 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 110 | 201 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.21 |
| HSL | 299.34º | 0.46% | 0.61% | - |
| HSV(B) | 299.34º | 0.45% | 0.79% | - |
| XYZ | 39.94 | 27.65 | 58.49 | - |
| YUV | 147.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 201 | 0.00 | 0.45 | 0 | 0.21 | 299.34 | 0.46 | 0.61 |
| Hex | C8 | 6E | C9 | 0 | 2D | 0 | 15 | 12B | 2E | 3D |
| Octal | 310 | 156 | 311 | 0 | 55 | 0 | 25 | 453 | 56 | 75 |
| Binary | 11001000 | 1101110 | 11001001 | 0 | 101101 | 0 | 10101 | 100101011 | 101110 | 111101 |
Color Harmonies of #C86EC9
Complementary color
Monochromatic Colors of #C86EC9
Black with #C86EC9
Text Example
Text Example
White with #C86EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EC9; }
p { color: rgb(200,110,201); }
H1.HeaderClassName
{
color: #C86EC9;
}
.AnyTagClassName
{
color: #C86EC9;
}
</style>
background-color css
<style>
a { background-color: #C86EC9; }
a { background-color: rgb(200,110,201); }
div.DivClassName
{
background-color: #C86EC9;
}
.BgClassName
{
background-color: #C86EC9;
}
</style>
border-color css
<style>
span { border-color: #C86EC9; }
span { border-color: rgb(200,110,201); }
td.TdClassName
{
border-color: #C86EC9;
}
.TagClassName
{
border-color: #C86EC9;
}
</style>