Shades of Medium Orchid #C86BE7
Tints of Medium Orchid #C86BE7
RGB
CMYK
RGB Variations
Color information
#C86BE7 (or 0xC86BE7) is known color: Medium Orchid. HEX triplet: C8, 6B and E7. RGB value is (200,107,231). Sum of RGB (Red+Green+Blue) = 200+107+231=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #C86BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BE7 is #379418. Grayscale: #949494. Windows color (decimal): -3642393 or 15166408. OLE color: 15166408.
HSL color Cylindrical-coordinate representation of color #C86BE7: hue angle of 285º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C86BE7 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 107 | 231 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.09 |
| HSL | 285º | 0.72% | 0.66% | - |
| HSV(B) | 285º | 0.54% | 0.91% | - |
| XYZ | 43.5 | 28.56 | 78.82 | - |
| YUV | 148.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 231 | 0.13 | 0.54 | 0 | 0.09 | 285 | 0.72 | 0.66 |
| Hex | C8 | 6B | E7 | D | 36 | 0 | 9 | 11D | 48 | 42 |
| Octal | 310 | 153 | 347 | 15 | 66 | 0 | 11 | 435 | 110 | 102 |
| Binary | 11001000 | 1101011 | 11100111 | 1101 | 110110 | 0 | 1001 | 100011101 | 1001000 | 1000010 |
Color Harmonies of #C86BE7
Complementary color
Monochromatic Colors of #C86BE7
Black with #C86BE7
Text Example
Text Example
White with #C86BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BE7; }
p { color: rgb(200,107,231); }
H1.HeaderClassName
{
color: #C86BE7;
}
.AnyTagClassName
{
color: #C86BE7;
}
</style>
background-color css
<style>
a { background-color: #C86BE7; }
a { background-color: rgb(200,107,231); }
div.DivClassName
{
background-color: #C86BE7;
}
.BgClassName
{
background-color: #C86BE7;
}
</style>
border-color css
<style>
span { border-color: #C86BE7; }
span { border-color: rgb(200,107,231); }
td.TdClassName
{
border-color: #C86BE7;
}
.TagClassName
{
border-color: #C86BE7;
}
</style>