Shades of Orchid #C86FDB
Tints of Orchid #C86FDB
RGB
CMYK
RGB Variations
Color information
#C86FDB (or 0xC86FDB) is known color: Orchid. HEX triplet: C8, 6F and DB. RGB value is (200,111,219). Sum of RGB (Red+Green+Blue) = 200+111+219=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #C86FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FDB is #379024. Grayscale: #959595. Windows color (decimal): -3641381 or 14381000. OLE color: 14381000.
HSL color Cylindrical-coordinate representation of color #C86FDB: hue angle of 289.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86FDB is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 111 | 219 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.14 |
| HSL | 289.44º | 0.6% | 0.65% | - |
| HSV(B) | 289.44º | 0.49% | 0.86% | - |
| XYZ | 42.29 | 28.76 | 70.34 | - |
| YUV | 149.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 219 | 0.09 | 0.49 | 0 | 0.14 | 289.44 | 0.6 | 0.65 |
| Hex | C8 | 6F | DB | 9 | 31 | 0 | E | 121 | 3C | 41 |
| Octal | 310 | 157 | 333 | 11 | 61 | 0 | 16 | 441 | 74 | 101 |
| Binary | 11001000 | 1101111 | 11011011 | 1001 | 110001 | 0 | 1110 | 100100001 | 111100 | 1000001 |
Color Harmonies of #C86FDB
Complementary color
Monochromatic Colors of #C86FDB
Black with #C86FDB
Text Example
Text Example
White with #C86FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86FDB; }
p { color: rgb(200,111,219); }
H1.HeaderClassName
{
color: #C86FDB;
}
.AnyTagClassName
{
color: #C86FDB;
}
</style>
background-color css
<style>
a { background-color: #C86FDB; }
a { background-color: rgb(200,111,219); }
div.DivClassName
{
background-color: #C86FDB;
}
.BgClassName
{
background-color: #C86FDB;
}
</style>
border-color css
<style>
span { border-color: #C86FDB; }
span { border-color: rgb(200,111,219); }
td.TdClassName
{
border-color: #C86FDB;
}
.TagClassName
{
border-color: #C86FDB;
}
</style>