Shades of Orchid #C86DDF
Tints of Orchid #C86DDF
RGB
CMYK
RGB Variations
Color information
#C86DDF (or 0xC86DDF) is known color: Orchid. HEX triplet: C8, 6D and DF. RGB value is (200,109,223). Sum of RGB (Red+Green+Blue) = 200+109+223=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #C86DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DDF is #379220. Grayscale: #949494. Windows color (decimal): -3641889 or 14642632. OLE color: 14642632.
HSL color Cylindrical-coordinate representation of color #C86DDF: hue angle of 287.89º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86DDF is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 109 | 223 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.13 |
| HSL | 287.89º | 0.64% | 0.65% | - |
| HSV(B) | 287.89º | 0.51% | 0.87% | - |
| XYZ | 42.61 | 28.54 | 73.08 | - |
| YUV | 149.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 223 | 0.10 | 0.51 | 0 | 0.13 | 287.89 | 0.64 | 0.65 |
| Hex | C8 | 6D | DF | A | 33 | 0 | D | 120 | 40 | 41 |
| Octal | 310 | 155 | 337 | 12 | 63 | 0 | 15 | 440 | 100 | 101 |
| Binary | 11001000 | 1101101 | 11011111 | 1010 | 110011 | 0 | 1101 | 100100000 | 1000000 | 1000001 |
Color Harmonies of #C86DDF
Complementary color
Monochromatic Colors of #C86DDF
Black with #C86DDF
Text Example
Text Example
White with #C86DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DDF; }
p { color: rgb(200,109,223); }
H1.HeaderClassName
{
color: #C86DDF;
}
.AnyTagClassName
{
color: #C86DDF;
}
</style>
background-color css
<style>
a { background-color: #C86DDF; }
a { background-color: rgb(200,109,223); }
div.DivClassName
{
background-color: #C86DDF;
}
.BgClassName
{
background-color: #C86DDF;
}
</style>
border-color css
<style>
span { border-color: #C86DDF; }
span { border-color: rgb(200,109,223); }
td.TdClassName
{
border-color: #C86DDF;
}
.TagClassName
{
border-color: #C86DDF;
}
</style>