Shades of Medium Orchid #C441ED
Tints of Medium Orchid #C441ED
RGB
CMYK
RGB Variations
Color information
#C441ED (or 0xC441ED) is known color: Medium Orchid. HEX triplet: C4, 41 and ED. RGB value is (196,65,237). Sum of RGB (Red+Green+Blue) = 196+65+237=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #C441ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C441ED is #3BBE12. Grayscale: #7B7B7B. Windows color (decimal): -3915283 or 15548868. OLE color: 15548868.
HSL color Cylindrical-coordinate representation of color #C441ED: hue angle of 285.7º 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 #C441ED is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 65 | 237 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.07 |
| HSL | 285.7º | 0.83% | 0.59% | - |
| HSV(B) | 285.7º | 0.73% | 0.93% | - |
| XYZ | 39.94 | 21.63 | 82.19 | - |
| YUV | 123.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 237 | 0.17 | 0.73 | 0 | 0.07 | 285.7 | 0.83 | 0.59 |
| Hex | C4 | 41 | ED | 11 | 49 | 0 | 7 | 11E | 53 | 3B |
| Octal | 304 | 101 | 355 | 21 | 111 | 0 | 7 | 436 | 123 | 73 |
| Binary | 11000100 | 1000001 | 11101101 | 10001 | 1001001 | 0 | 111 | 100011110 | 1010011 | 111011 |
Color Harmonies of #C441ED
Complementary color
Monochromatic Colors of #C441ED
Black with #C441ED
Text Example
Text Example
White with #C441ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441ED; }
p { color: rgb(196,65,237); }
H1.HeaderClassName
{
color: #C441ED;
}
.AnyTagClassName
{
color: #C441ED;
}
</style>
background-color css
<style>
a { background-color: #C441ED; }
a { background-color: rgb(196,65,237); }
div.DivClassName
{
background-color: #C441ED;
}
.BgClassName
{
background-color: #C441ED;
}
</style>
border-color css
<style>
span { border-color: #C441ED; }
span { border-color: rgb(196,65,237); }
td.TdClassName
{
border-color: #C441ED;
}
.TagClassName
{
border-color: #C441ED;
}
</style>