Shades of Orchid #C86CDB
Tints of Orchid #C86CDB
RGB
CMYK
RGB Variations
Color information
#C86CDB (or 0xC86CDB) is known color: Orchid. HEX triplet: C8, 6C and DB. RGB value is (200,108,219). Sum of RGB (Red+Green+Blue) = 200+108+219=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #C86CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CDB is #379324. Grayscale: #939393. Windows color (decimal): -3642149 or 14380232. OLE color: 14380232.
HSL color Cylindrical-coordinate representation of color #C86CDB: hue angle of 289.73º 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 #C86CDB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 108 | 219 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.14 |
| HSL | 289.73º | 0.61% | 0.64% | - |
| HSV(B) | 289.73º | 0.51% | 0.86% | - |
| XYZ | 41.97 | 28.12 | 70.23 | - |
| YUV | 148.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 219 | 0.09 | 0.51 | 0 | 0.14 | 289.73 | 0.61 | 0.64 |
| Hex | C8 | 6C | DB | 9 | 33 | 0 | E | 122 | 3D | 40 |
| Octal | 310 | 154 | 333 | 11 | 63 | 0 | 16 | 442 | 75 | 100 |
| Binary | 11001000 | 1101100 | 11011011 | 1001 | 110011 | 0 | 1110 | 100100010 | 111101 | 1000000 |
Color Harmonies of #C86CDB
Complementary color
Monochromatic Colors of #C86CDB
Black with #C86CDB
Text Example
Text Example
White with #C86CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CDB; }
p { color: rgb(200,108,219); }
H1.HeaderClassName
{
color: #C86CDB;
}
.AnyTagClassName
{
color: #C86CDB;
}
</style>
background-color css
<style>
a { background-color: #C86CDB; }
a { background-color: rgb(200,108,219); }
div.DivClassName
{
background-color: #C86CDB;
}
.BgClassName
{
background-color: #C86CDB;
}
</style>
border-color css
<style>
span { border-color: #C86CDB; }
span { border-color: rgb(200,108,219); }
td.TdClassName
{
border-color: #C86CDB;
}
.TagClassName
{
border-color: #C86CDB;
}
</style>