Shades of Medium Orchid #C05EE1
Tints of Medium Orchid #C05EE1
RGB
CMYK
RGB Variations
Color information
#C05EE1 (or 0xC05EE1) is known color: Medium Orchid. HEX triplet: C0, 5E and E1. RGB value is (192,94,225). Sum of RGB (Red+Green+Blue) = 192+94+225=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #C05EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EE1 is #3FA11E. Grayscale: #898989. Windows color (decimal): -4170015 or 14769856. OLE color: 14769856.
HSL color Cylindrical-coordinate representation of color #C05EE1: hue angle of 284.89º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05EE1 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 94 | 225 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.12 |
| HSL | 284.89º | 0.69% | 0.63% | - |
| HSV(B) | 284.89º | 0.58% | 0.88% | - |
| XYZ | 39.33 | 24.65 | 73.92 | - |
| YUV | 138.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 225 | 0.15 | 0.58 | 0 | 0.12 | 284.89 | 0.69 | 0.63 |
| Hex | C0 | 5E | E1 | F | 3A | 0 | C | 11D | 45 | 3F |
| Octal | 300 | 136 | 341 | 17 | 72 | 0 | 14 | 435 | 105 | 77 |
| Binary | 11000000 | 1011110 | 11100001 | 1111 | 111010 | 0 | 1100 | 100011101 | 1000101 | 111111 |
Color Harmonies of #C05EE1
Complementary color
Monochromatic Colors of #C05EE1
Black with #C05EE1
Text Example
Text Example
White with #C05EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EE1; }
p { color: rgb(192,94,225); }
H1.HeaderClassName
{
color: #C05EE1;
}
.AnyTagClassName
{
color: #C05EE1;
}
</style>
background-color css
<style>
a { background-color: #C05EE1; }
a { background-color: rgb(192,94,225); }
div.DivClassName
{
background-color: #C05EE1;
}
.BgClassName
{
background-color: #C05EE1;
}
</style>
border-color css
<style>
span { border-color: #C05EE1; }
span { border-color: rgb(192,94,225); }
td.TdClassName
{
border-color: #C05EE1;
}
.TagClassName
{
border-color: #C05EE1;
}
</style>