Shades of Medium Orchid #C041ED
Tints of Medium Orchid #C041ED
RGB
CMYK
RGB Variations
Color information
#C041ED (or 0xC041ED) is known color: Medium Orchid. HEX triplet: C0, 41 and ED. RGB value is (192,65,237). Sum of RGB (Red+Green+Blue) = 192+65+237=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #C041ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C041ED is #3FBE12. Grayscale: #7A7A7A. Windows color (decimal): -4177427 or 15548864. OLE color: 15548864.
HSL color Cylindrical-coordinate representation of color #C041ED: hue angle of 284.3º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C041ED is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 65 | 237 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.07 |
| HSL | 284.3º | 0.83% | 0.59% | - |
| HSV(B) | 284.3º | 0.73% | 0.93% | - |
| XYZ | 38.91 | 21.1 | 82.14 | - |
| YUV | 122.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 237 | 0.19 | 0.73 | 0 | 0.07 | 284.3 | 0.83 | 0.59 |
| Hex | C0 | 41 | ED | 13 | 49 | 0 | 7 | 11C | 53 | 3B |
| Octal | 300 | 101 | 355 | 23 | 111 | 0 | 7 | 434 | 123 | 73 |
| Binary | 11000000 | 1000001 | 11101101 | 10011 | 1001001 | 0 | 111 | 100011100 | 1010011 | 111011 |
Color Harmonies of #C041ED
Complementary color
Monochromatic Colors of #C041ED
Black with #C041ED
Text Example
Text Example
White with #C041ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041ED; }
p { color: rgb(192,65,237); }
H1.HeaderClassName
{
color: #C041ED;
}
.AnyTagClassName
{
color: #C041ED;
}
</style>
background-color css
<style>
a { background-color: #C041ED; }
a { background-color: rgb(192,65,237); }
div.DivClassName
{
background-color: #C041ED;
}
.BgClassName
{
background-color: #C041ED;
}
</style>
border-color css
<style>
span { border-color: #C041ED; }
span { border-color: rgb(192,65,237); }
td.TdClassName
{
border-color: #C041ED;
}
.TagClassName
{
border-color: #C041ED;
}
</style>