Shades of Orchid #C86DD0
Tints of Orchid #C86DD0
RGB
CMYK
RGB Variations
Color information
#C86DD0 (or 0xC86DD0) is known color: Orchid. HEX triplet: C8, 6D and D0. RGB value is (200,109,208). Sum of RGB (Red+Green+Blue) = 200+109+208=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #C86DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DD0 is #37922F. Grayscale: #939393. Windows color (decimal): -3641904 or 13659592. OLE color: 13659592.
HSL color Cylindrical-coordinate representation of color #C86DD0: hue angle of 295.15º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86DD0 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 109 | 208 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.18 |
| HSL | 295.15º | 0.51% | 0.62% | - |
| HSV(B) | 295.15º | 0.48% | 0.82% | - |
| XYZ | 40.67 | 27.77 | 62.89 | - |
| YUV | 147.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 208 | 0.04 | 0.48 | 0 | 0.18 | 295.15 | 0.51 | 0.62 |
| Hex | C8 | 6D | D0 | 4 | 30 | 0 | 12 | 127 | 33 | 3E |
| Octal | 310 | 155 | 320 | 4 | 60 | 0 | 22 | 447 | 63 | 76 |
| Binary | 11001000 | 1101101 | 11010000 | 100 | 110000 | 0 | 10010 | 100100111 | 110011 | 111110 |
Color Harmonies of #C86DD0
Complementary color
Monochromatic Colors of #C86DD0
Black with #C86DD0
Text Example
Text Example
White with #C86DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DD0; }
p { color: rgb(200,109,208); }
H1.HeaderClassName
{
color: #C86DD0;
}
.AnyTagClassName
{
color: #C86DD0;
}
</style>
background-color css
<style>
a { background-color: #C86DD0; }
a { background-color: rgb(200,109,208); }
div.DivClassName
{
background-color: #C86DD0;
}
.BgClassName
{
background-color: #C86DD0;
}
</style>
border-color css
<style>
span { border-color: #C86DD0; }
span { border-color: rgb(200,109,208); }
td.TdClassName
{
border-color: #C86DD0;
}
.TagClassName
{
border-color: #C86DD0;
}
</style>