Shades of Medium Orchid #C85DEB
Tints of Medium Orchid #C85DEB
RGB
CMYK
RGB Variations
Color information
#C85DEB (or 0xC85DEB) is known color: Medium Orchid. HEX triplet: C8, 5D and EB. RGB value is (200,93,235). Sum of RGB (Red+Green+Blue) = 200+93+235=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #C85DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85DEB is #37A214. Grayscale: #8C8C8C. Windows color (decimal): -3645973 or 15424968. OLE color: 15424968.
HSL color Cylindrical-coordinate representation of color #C85DEB: hue angle of 285.21º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85DEB is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 93 | 235 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.08 |
| HSL | 285.21º | 0.78% | 0.64% | - |
| HSV(B) | 285.21º | 0.6% | 0.92% | - |
| XYZ | 42.73 | 26.11 | 81.38 | - |
| YUV | 141.18 | 180.95 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 235 | 0.15 | 0.60 | 0 | 0.08 | 285.21 | 0.78 | 0.64 |
| Hex | C8 | 5D | EB | F | 3C | 0 | 8 | 11D | 4E | 40 |
| Octal | 310 | 135 | 353 | 17 | 74 | 0 | 10 | 435 | 116 | 100 |
| Binary | 11001000 | 1011101 | 11101011 | 1111 | 111100 | 0 | 1000 | 100011101 | 1001110 | 1000000 |
Color Harmonies of #C85DEB
Complementary color
Monochromatic Colors of #C85DEB
Black with #C85DEB
Text Example
Text Example
White with #C85DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DEB; }
p { color: rgb(200,93,235); }
H1.HeaderClassName
{
color: #C85DEB;
}
.AnyTagClassName
{
color: #C85DEB;
}
</style>
background-color css
<style>
a { background-color: #C85DEB; }
a { background-color: rgb(200,93,235); }
div.DivClassName
{
background-color: #C85DEB;
}
.BgClassName
{
background-color: #C85DEB;
}
</style>
border-color css
<style>
span { border-color: #C85DEB; }
span { border-color: rgb(200,93,235); }
td.TdClassName
{
border-color: #C85DEB;
}
.TagClassName
{
border-color: #C85DEB;
}
</style>