Shades of Orchid #C86ADB
Tints of Orchid #C86ADB
RGB
CMYK
RGB Variations
Color information
#C86ADB (or 0xC86ADB) is known color: Orchid. HEX triplet: C8, 6A and DB. RGB value is (200,106,219). Sum of RGB (Red+Green+Blue) = 200+106+219=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #C86ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ADB is #379524. Grayscale: #929292. Windows color (decimal): -3642661 or 14379720. OLE color: 14379720.
HSL color Cylindrical-coordinate representation of color #C86ADB: hue angle of 289.91º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86ADB is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 106 | 219 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.14 |
| HSL | 289.91º | 0.61% | 0.64% | - |
| HSV(B) | 289.91º | 0.52% | 0.86% | - |
| XYZ | 41.76 | 27.7 | 70.16 | - |
| YUV | 146.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 219 | 0.09 | 0.52 | 0 | 0.14 | 289.91 | 0.61 | 0.64 |
| Hex | C8 | 6A | DB | 9 | 34 | 0 | E | 122 | 3D | 40 |
| Octal | 310 | 152 | 333 | 11 | 64 | 0 | 16 | 442 | 75 | 100 |
| Binary | 11001000 | 1101010 | 11011011 | 1001 | 110100 | 0 | 1110 | 100100010 | 111101 | 1000000 |
Color Harmonies of #C86ADB
Complementary color
Monochromatic Colors of #C86ADB
Black with #C86ADB
Text Example
Text Example
White with #C86ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86ADB; }
p { color: rgb(200,106,219); }
H1.HeaderClassName
{
color: #C86ADB;
}
.AnyTagClassName
{
color: #C86ADB;
}
</style>
background-color css
<style>
a { background-color: #C86ADB; }
a { background-color: rgb(200,106,219); }
div.DivClassName
{
background-color: #C86ADB;
}
.BgClassName
{
background-color: #C86ADB;
}
</style>
border-color css
<style>
span { border-color: #C86ADB; }
span { border-color: rgb(200,106,219); }
td.TdClassName
{
border-color: #C86ADB;
}
.TagClassName
{
border-color: #C86ADB;
}
</style>