Shades of Medium Orchid #C05EEA
Tints of Medium Orchid #C05EEA
RGB
CMYK
RGB Variations
Color information
#C05EEA (or 0xC05EEA) is known color: Medium Orchid. HEX triplet: C0, 5E and EA. RGB value is (192,94,234). Sum of RGB (Red+Green+Blue) = 192+94+234=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #C05EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05EEA is #3FA115. Grayscale: #8A8A8A. Windows color (decimal): -4170006 or 15359680. OLE color: 15359680.
HSL color Cylindrical-coordinate representation of color #C05EEA: hue angle of 282º degrees, saturation: 0.77, 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 #C05EEA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 94 | 234 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.08 |
| HSL | 282º | 0.77% | 0.64% | - |
| HSV(B) | 282º | 0.6% | 0.92% | - |
| XYZ | 40.59 | 25.15 | 80.56 | - |
| YUV | 139.26 | 181.47 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 234 | 0.18 | 0.60 | 0 | 0.08 | 282 | 0.77 | 0.64 |
| Hex | C0 | 5E | EA | 12 | 3C | 0 | 8 | 11A | 4D | 40 |
| Octal | 300 | 136 | 352 | 22 | 74 | 0 | 10 | 432 | 115 | 100 |
| Binary | 11000000 | 1011110 | 11101010 | 10010 | 111100 | 0 | 1000 | 100011010 | 1001101 | 1000000 |
Color Harmonies of #C05EEA
Complementary color
Monochromatic Colors of #C05EEA
Black with #C05EEA
Text Example
Text Example
White with #C05EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EEA; }
p { color: rgb(192,94,234); }
H1.HeaderClassName
{
color: #C05EEA;
}
.AnyTagClassName
{
color: #C05EEA;
}
</style>
background-color css
<style>
a { background-color: #C05EEA; }
a { background-color: rgb(192,94,234); }
div.DivClassName
{
background-color: #C05EEA;
}
.BgClassName
{
background-color: #C05EEA;
}
</style>
border-color css
<style>
span { border-color: #C05EEA; }
span { border-color: rgb(192,94,234); }
td.TdClassName
{
border-color: #C05EEA;
}
.TagClassName
{
border-color: #C05EEA;
}
</style>