Shades of Orchid #C86BDB
Tints of Orchid #C86BDB
RGB
CMYK
RGB Variations
Color information
#C86BDB (or 0xC86BDB) is known color: Orchid. HEX triplet: C8, 6B and DB. RGB value is (200,107,219). Sum of RGB (Red+Green+Blue) = 200+107+219=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #C86BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BDB is #379424. Grayscale: #939393. Windows color (decimal): -3642405 or 14379976. OLE color: 14379976.
HSL color Cylindrical-coordinate representation of color #C86BDB: hue angle of 289.82º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86BDB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 107 | 219 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.14 |
| HSL | 289.82º | 0.61% | 0.64% | - |
| HSV(B) | 289.82º | 0.51% | 0.86% | - |
| XYZ | 41.86 | 27.91 | 70.2 | - |
| YUV | 147.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 219 | 0.09 | 0.51 | 0 | 0.14 | 289.82 | 0.61 | 0.64 |
| Hex | C8 | 6B | DB | 9 | 33 | 0 | E | 122 | 3D | 40 |
| Octal | 310 | 153 | 333 | 11 | 63 | 0 | 16 | 442 | 75 | 100 |
| Binary | 11001000 | 1101011 | 11011011 | 1001 | 110011 | 0 | 1110 | 100100010 | 111101 | 1000000 |
Color Harmonies of #C86BDB
Complementary color
Monochromatic Colors of #C86BDB
Black with #C86BDB
Text Example
Text Example
White with #C86BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BDB; }
p { color: rgb(200,107,219); }
H1.HeaderClassName
{
color: #C86BDB;
}
.AnyTagClassName
{
color: #C86BDB;
}
</style>
background-color css
<style>
a { background-color: #C86BDB; }
a { background-color: rgb(200,107,219); }
div.DivClassName
{
background-color: #C86BDB;
}
.BgClassName
{
background-color: #C86BDB;
}
</style>
border-color css
<style>
span { border-color: #C86BDB; }
span { border-color: rgb(200,107,219); }
td.TdClassName
{
border-color: #C86BDB;
}
.TagClassName
{
border-color: #C86BDB;
}
</style>