Shades of Medium Orchid #C861EB
Tints of Medium Orchid #C861EB
RGB
CMYK
RGB Variations
Color information
#C861EB (or 0xC861EB) is known color: Medium Orchid. HEX triplet: C8, 61 and EB. RGB value is (200,97,235). Sum of RGB (Red+Green+Blue) = 200+97+235=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #C861EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C861EB is #379E14. Grayscale: #8F8F8F. Windows color (decimal): -3644949 or 15425992. OLE color: 15425992.
HSL color Cylindrical-coordinate representation of color #C861EB: hue angle of 284.78º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C861EB is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 97 | 235 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.08 |
| HSL | 284.78º | 0.78% | 0.65% | - |
| HSV(B) | 284.78º | 0.59% | 0.92% | - |
| XYZ | 43.09 | 26.83 | 81.5 | - |
| YUV | 143.53 | 179.62 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 235 | 0.15 | 0.59 | 0 | 0.08 | 284.78 | 0.78 | 0.65 |
| Hex | C8 | 61 | EB | F | 3B | 0 | 8 | 11D | 4E | 41 |
| Octal | 310 | 141 | 353 | 17 | 73 | 0 | 10 | 435 | 116 | 101 |
| Binary | 11001000 | 1100001 | 11101011 | 1111 | 111011 | 0 | 1000 | 100011101 | 1001110 | 1000001 |
Color Harmonies of #C861EB
Complementary color
Monochromatic Colors of #C861EB
Black with #C861EB
Text Example
Text Example
White with #C861EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861EB; }
p { color: rgb(200,97,235); }
H1.HeaderClassName
{
color: #C861EB;
}
.AnyTagClassName
{
color: #C861EB;
}
</style>
background-color css
<style>
a { background-color: #C861EB; }
a { background-color: rgb(200,97,235); }
div.DivClassName
{
background-color: #C861EB;
}
.BgClassName
{
background-color: #C861EB;
}
</style>
border-color css
<style>
span { border-color: #C861EB; }
span { border-color: rgb(200,97,235); }
td.TdClassName
{
border-color: #C861EB;
}
.TagClassName
{
border-color: #C861EB;
}
</style>