Shades of Orchid #C86CD9
Tints of Orchid #C86CD9
RGB
CMYK
RGB Variations
Color information
#C86CD9 (or 0xC86CD9) is known color: Orchid. HEX triplet: C8, 6C and D9. RGB value is (200,108,217). Sum of RGB (Red+Green+Blue) = 200+108+217=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #C86CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CD9 is #379326. Grayscale: #939393. Windows color (decimal): -3642151 or 14249160. OLE color: 14249160.
HSL color Cylindrical-coordinate representation of color #C86CD9: hue angle of 290.64º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86CD9 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 108 | 217 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.15 |
| HSL | 290.64º | 0.59% | 0.64% | - |
| HSV(B) | 290.64º | 0.5% | 0.85% | - |
| XYZ | 41.71 | 28.01 | 68.85 | - |
| YUV | 147.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 217 | 0.08 | 0.50 | 0 | 0.15 | 290.64 | 0.59 | 0.64 |
| Hex | C8 | 6C | D9 | 8 | 32 | 0 | F | 123 | 3B | 40 |
| Octal | 310 | 154 | 331 | 10 | 62 | 0 | 17 | 443 | 73 | 100 |
| Binary | 11001000 | 1101100 | 11011001 | 1000 | 110010 | 0 | 1111 | 100100011 | 111011 | 1000000 |
Color Harmonies of #C86CD9
Complementary color
Monochromatic Colors of #C86CD9
Black with #C86CD9
Text Example
Text Example
White with #C86CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CD9; }
p { color: rgb(200,108,217); }
H1.HeaderClassName
{
color: #C86CD9;
}
.AnyTagClassName
{
color: #C86CD9;
}
</style>
background-color css
<style>
a { background-color: #C86CD9; }
a { background-color: rgb(200,108,217); }
div.DivClassName
{
background-color: #C86CD9;
}
.BgClassName
{
background-color: #C86CD9;
}
</style>
border-color css
<style>
span { border-color: #C86CD9; }
span { border-color: rgb(200,108,217); }
td.TdClassName
{
border-color: #C86CD9;
}
.TagClassName
{
border-color: #C86CD9;
}
</style>