Shades of Orchid #C86BDD
Tints of Orchid #C86BDD
RGB
CMYK
RGB Variations
Color information
#C86BDD (or 0xC86BDD) is known color: Orchid. HEX triplet: C8, 6B and DD. RGB value is (200,107,221). Sum of RGB (Red+Green+Blue) = 200+107+221=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #C86BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BDD is #379422. Grayscale: #939393. Windows color (decimal): -3642403 or 14511048. OLE color: 14511048.
HSL color Cylindrical-coordinate representation of color #C86BDD: hue angle of 288.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86BDD is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 107 | 221 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.13 |
| HSL | 288.95º | 0.63% | 0.64% | - |
| HSV(B) | 288.95º | 0.52% | 0.87% | - |
| XYZ | 42.13 | 28.02 | 71.59 | - |
| YUV | 147.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 221 | 0.10 | 0.52 | 0 | 0.13 | 288.95 | 0.63 | 0.64 |
| Hex | C8 | 6B | DD | A | 34 | 0 | D | 121 | 3F | 40 |
| Octal | 310 | 153 | 335 | 12 | 64 | 0 | 15 | 441 | 77 | 100 |
| Binary | 11001000 | 1101011 | 11011101 | 1010 | 110100 | 0 | 1101 | 100100001 | 111111 | 1000000 |
Color Harmonies of #C86BDD
Complementary color
Monochromatic Colors of #C86BDD
Black with #C86BDD
Text Example
Text Example
White with #C86BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BDD; }
p { color: rgb(200,107,221); }
H1.HeaderClassName
{
color: #C86BDD;
}
.AnyTagClassName
{
color: #C86BDD;
}
</style>
background-color css
<style>
a { background-color: #C86BDD; }
a { background-color: rgb(200,107,221); }
div.DivClassName
{
background-color: #C86BDD;
}
.BgClassName
{
background-color: #C86BDD;
}
</style>
border-color css
<style>
span { border-color: #C86BDD; }
span { border-color: rgb(200,107,221); }
td.TdClassName
{
border-color: #C86BDD;
}
.TagClassName
{
border-color: #C86BDD;
}
</style>