Shades of Orchid #C86FD9
Tints of Orchid #C86FD9
RGB
CMYK
RGB Variations
Color information
#C86FD9 (or 0xC86FD9) is known color: Orchid. HEX triplet: C8, 6F and D9. RGB value is (200,111,217). Sum of RGB (Red+Green+Blue) = 200+111+217=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #C86FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FD9 is #379026. Grayscale: #959595. Windows color (decimal): -3641383 or 14249928. OLE color: 14249928.
HSL color Cylindrical-coordinate representation of color #C86FD9: hue angle of 290.38º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86FD9 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 111 | 217 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.15 |
| HSL | 290.38º | 0.58% | 0.64% | - |
| HSV(B) | 290.38º | 0.49% | 0.85% | - |
| XYZ | 42.03 | 28.66 | 68.96 | - |
| YUV | 149.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 217 | 0.08 | 0.49 | 0 | 0.15 | 290.38 | 0.58 | 0.64 |
| Hex | C8 | 6F | D9 | 8 | 31 | 0 | F | 122 | 3A | 40 |
| Octal | 310 | 157 | 331 | 10 | 61 | 0 | 17 | 442 | 72 | 100 |
| Binary | 11001000 | 1101111 | 11011001 | 1000 | 110001 | 0 | 1111 | 100100010 | 111010 | 1000000 |
Color Harmonies of #C86FD9
Complementary color
Monochromatic Colors of #C86FD9
Black with #C86FD9
Text Example
Text Example
White with #C86FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86FD9; }
p { color: rgb(200,111,217); }
H1.HeaderClassName
{
color: #C86FD9;
}
.AnyTagClassName
{
color: #C86FD9;
}
</style>
background-color css
<style>
a { background-color: #C86FD9; }
a { background-color: rgb(200,111,217); }
div.DivClassName
{
background-color: #C86FD9;
}
.BgClassName
{
background-color: #C86FD9;
}
</style>
border-color css
<style>
span { border-color: #C86FD9; }
span { border-color: rgb(200,111,217); }
td.TdClassName
{
border-color: #C86FD9;
}
.TagClassName
{
border-color: #C86FD9;
}
</style>