Shades of Orchid #C86DD2
Tints of Orchid #C86DD2
RGB
CMYK
RGB Variations
Color information
#C86DD2 (or 0xC86DD2) is known color: Orchid. HEX triplet: C8, 6D and D2. RGB value is (200,109,210). Sum of RGB (Red+Green+Blue) = 200+109+210=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #C86DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DD2 is #37922D. Grayscale: #939393. Windows color (decimal): -3641902 or 13790664. OLE color: 13790664.
HSL color Cylindrical-coordinate representation of color #C86DD2: hue angle of 294.06º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86DD2 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 109 | 210 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.18 |
| HSL | 294.06º | 0.53% | 0.63% | - |
| HSV(B) | 294.06º | 0.48% | 0.82% | - |
| XYZ | 40.92 | 27.87 | 64.2 | - |
| YUV | 147.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 210 | 0.05 | 0.48 | 0 | 0.18 | 294.06 | 0.53 | 0.63 |
| Hex | C8 | 6D | D2 | 5 | 30 | 0 | 12 | 126 | 35 | 3F |
| Octal | 310 | 155 | 322 | 5 | 60 | 0 | 22 | 446 | 65 | 77 |
| Binary | 11001000 | 1101101 | 11010010 | 101 | 110000 | 0 | 10010 | 100100110 | 110101 | 111111 |
Color Harmonies of #C86DD2
Complementary color
Monochromatic Colors of #C86DD2
Black with #C86DD2
Text Example
Text Example
White with #C86DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DD2; }
p { color: rgb(200,109,210); }
H1.HeaderClassName
{
color: #C86DD2;
}
.AnyTagClassName
{
color: #C86DD2;
}
</style>
background-color css
<style>
a { background-color: #C86DD2; }
a { background-color: rgb(200,109,210); }
div.DivClassName
{
background-color: #C86DD2;
}
.BgClassName
{
background-color: #C86DD2;
}
</style>
border-color css
<style>
span { border-color: #C86DD2; }
span { border-color: rgb(200,109,210); }
td.TdClassName
{
border-color: #C86DD2;
}
.TagClassName
{
border-color: #C86DD2;
}
</style>