Shades of Medium Orchid #C86BDF
Tints of Medium Orchid #C86BDF
RGB
CMYK
RGB Variations
Color information
#C86BDF (or 0xC86BDF) is known color: Medium Orchid. HEX triplet: C8, 6B and DF. RGB value is (200,107,223). Sum of RGB (Red+Green+Blue) = 200+107+223=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #C86BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BDF is #379420. Grayscale: #939393. Windows color (decimal): -3642401 or 14642120. OLE color: 14642120.
HSL color Cylindrical-coordinate representation of color #C86BDF: hue angle of 288.1º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86BDF is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 107 | 223 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.13 |
| HSL | 288.1º | 0.64% | 0.65% | - |
| HSV(B) | 288.1º | 0.52% | 0.87% | - |
| XYZ | 42.4 | 28.12 | 73.01 | - |
| YUV | 148.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 223 | 0.10 | 0.52 | 0 | 0.13 | 288.1 | 0.64 | 0.65 |
| Hex | C8 | 6B | DF | A | 34 | 0 | D | 120 | 40 | 41 |
| Octal | 310 | 153 | 337 | 12 | 64 | 0 | 15 | 440 | 100 | 101 |
| Binary | 11001000 | 1101011 | 11011111 | 1010 | 110100 | 0 | 1101 | 100100000 | 1000000 | 1000001 |
Color Harmonies of #C86BDF
Complementary color
Monochromatic Colors of #C86BDF
Black with #C86BDF
Text Example
Text Example
White with #C86BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BDF; }
p { color: rgb(200,107,223); }
H1.HeaderClassName
{
color: #C86BDF;
}
.AnyTagClassName
{
color: #C86BDF;
}
</style>
background-color css
<style>
a { background-color: #C86BDF; }
a { background-color: rgb(200,107,223); }
div.DivClassName
{
background-color: #C86BDF;
}
.BgClassName
{
background-color: #C86BDF;
}
</style>
border-color css
<style>
span { border-color: #C86BDF; }
span { border-color: rgb(200,107,223); }
td.TdClassName
{
border-color: #C86BDF;
}
.TagClassName
{
border-color: #C86BDF;
}
</style>