Shades of Orchid #C86FD0
Tints of Orchid #C86FD0
RGB
CMYK
RGB Variations
Color information
#C86FD0 (or 0xC86FD0) is known color: Orchid. HEX triplet: C8, 6F and D0. RGB value is (200,111,208). Sum of RGB (Red+Green+Blue) = 200+111+208=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #C86FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FD0 is #37902F. Grayscale: #949494. Windows color (decimal): -3641392 or 13660104. OLE color: 13660104.
HSL color Cylindrical-coordinate representation of color #C86FD0: hue angle of 295.05º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86FD0 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 111 | 208 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.18 |
| HSL | 295.05º | 0.51% | 0.63% | - |
| HSV(B) | 295.05º | 0.47% | 0.82% | - |
| XYZ | 40.89 | 28.2 | 62.96 | - |
| YUV | 148.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 208 | 0.04 | 0.47 | 0 | 0.18 | 295.05 | 0.51 | 0.63 |
| Hex | C8 | 6F | D0 | 4 | 2F | 0 | 12 | 127 | 33 | 3F |
| Octal | 310 | 157 | 320 | 4 | 57 | 0 | 22 | 447 | 63 | 77 |
| Binary | 11001000 | 1101111 | 11010000 | 100 | 101111 | 0 | 10010 | 100100111 | 110011 | 111111 |
Color Harmonies of #C86FD0
Complementary color
Monochromatic Colors of #C86FD0
Black with #C86FD0
Text Example
Text Example
White with #C86FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86FD0; }
p { color: rgb(200,111,208); }
H1.HeaderClassName
{
color: #C86FD0;
}
.AnyTagClassName
{
color: #C86FD0;
}
</style>
background-color css
<style>
a { background-color: #C86FD0; }
a { background-color: rgb(200,111,208); }
div.DivClassName
{
background-color: #C86FD0;
}
.BgClassName
{
background-color: #C86FD0;
}
</style>
border-color css
<style>
span { border-color: #C86FD0; }
span { border-color: rgb(200,111,208); }
td.TdClassName
{
border-color: #C86FD0;
}
.TagClassName
{
border-color: #C86FD0;
}
</style>