Shades of Medium Orchid #C85FEB
Tints of Medium Orchid #C85FEB
RGB
CMYK
RGB Variations
Color information
#C85FEB (or 0xC85FEB) is known color: Medium Orchid. HEX triplet: C8, 5F and EB. RGB value is (200,95,235). Sum of RGB (Red+Green+Blue) = 200+95+235=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #C85FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85FEB is #37A014. Grayscale: #8D8D8D. Windows color (decimal): -3645461 or 15425480. OLE color: 15425480.
HSL color Cylindrical-coordinate representation of color #C85FEB: hue angle of 285º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85FEB is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 95 | 235 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.08 |
| HSL | 285º | 0.78% | 0.65% | - |
| HSV(B) | 285º | 0.6% | 0.92% | - |
| XYZ | 42.91 | 26.46 | 81.44 | - |
| YUV | 142.36 | 180.29 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 235 | 0.15 | 0.60 | 0 | 0.08 | 285 | 0.78 | 0.65 |
| Hex | C8 | 5F | EB | F | 3C | 0 | 8 | 11D | 4E | 41 |
| Octal | 310 | 137 | 353 | 17 | 74 | 0 | 10 | 435 | 116 | 101 |
| Binary | 11001000 | 1011111 | 11101011 | 1111 | 111100 | 0 | 1000 | 100011101 | 1001110 | 1000001 |
Color Harmonies of #C85FEB
Complementary color
Monochromatic Colors of #C85FEB
Black with #C85FEB
Text Example
Text Example
White with #C85FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FEB; }
p { color: rgb(200,95,235); }
H1.HeaderClassName
{
color: #C85FEB;
}
.AnyTagClassName
{
color: #C85FEB;
}
</style>
background-color css
<style>
a { background-color: #C85FEB; }
a { background-color: rgb(200,95,235); }
div.DivClassName
{
background-color: #C85FEB;
}
.BgClassName
{
background-color: #C85FEB;
}
</style>
border-color css
<style>
span { border-color: #C85FEB; }
span { border-color: rgb(200,95,235); }
td.TdClassName
{
border-color: #C85FEB;
}
.TagClassName
{
border-color: #C85FEB;
}
</style>