Shades of Medium Orchid #C05ECF
Tints of Medium Orchid #C05ECF
RGB
CMYK
RGB Variations
Color information
#C05ECF (or 0xC05ECF) is known color: Medium Orchid. HEX triplet: C0, 5E and CF. RGB value is (192,94,207). Sum of RGB (Red+Green+Blue) = 192+94+207=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #C05ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ECF is #3FA130. Grayscale: #878787. Windows color (decimal): -4170033 or 13590208. OLE color: 13590208.
HSL color Cylindrical-coordinate representation of color #C05ECF: hue angle of 292.04º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05ECF is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 94 | 207 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.19 |
| HSL | 292.04º | 0.54% | 0.59% | - |
| HSV(B) | 292.04º | 0.55% | 0.81% | - |
| XYZ | 37 | 23.72 | 61.66 | - |
| YUV | 136.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 207 | 0.07 | 0.55 | 0 | 0.19 | 292.04 | 0.54 | 0.59 |
| Hex | C0 | 5E | CF | 7 | 37 | 0 | 13 | 124 | 36 | 3B |
| Octal | 300 | 136 | 317 | 7 | 67 | 0 | 23 | 444 | 66 | 73 |
| Binary | 11000000 | 1011110 | 11001111 | 111 | 110111 | 0 | 10011 | 100100100 | 110110 | 111011 |
Color Harmonies of #C05ECF
Complementary color
Monochromatic Colors of #C05ECF
Black with #C05ECF
Text Example
Text Example
White with #C05ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05ECF; }
p { color: rgb(192,94,207); }
H1.HeaderClassName
{
color: #C05ECF;
}
.AnyTagClassName
{
color: #C05ECF;
}
</style>
background-color css
<style>
a { background-color: #C05ECF; }
a { background-color: rgb(192,94,207); }
div.DivClassName
{
background-color: #C05ECF;
}
.BgClassName
{
background-color: #C05ECF;
}
</style>
border-color css
<style>
span { border-color: #C05ECF; }
span { border-color: rgb(192,94,207); }
td.TdClassName
{
border-color: #C05ECF;
}
.TagClassName
{
border-color: #C05ECF;
}
</style>