Shades of Medium Orchid #C441E0
Tints of Medium Orchid #C441E0
RGB
CMYK
RGB Variations
Color information
#C441E0 (or 0xC441E0) is known color: Medium Orchid. HEX triplet: C4, 41 and E0. RGB value is (196,65,224). Sum of RGB (Red+Green+Blue) = 196+65+224=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #C441E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441E0 is #3BBE1F. Grayscale: #797979. Windows color (decimal): -3915296 or 14696900. OLE color: 14696900.
HSL color Cylindrical-coordinate representation of color #C441E0: hue angle of 289.43º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C441E0 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 65 | 224 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.12 |
| HSL | 289.43º | 0.72% | 0.57% | - |
| HSV(B) | 289.43º | 0.71% | 0.88% | - |
| XYZ | 38.11 | 20.9 | 72.55 | - |
| YUV | 122.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 224 | 0.12 | 0.71 | 0 | 0.12 | 289.43 | 0.72 | 0.57 |
| Hex | C4 | 41 | E0 | C | 47 | 0 | C | 121 | 48 | 39 |
| Octal | 304 | 101 | 340 | 14 | 107 | 0 | 14 | 441 | 110 | 71 |
| Binary | 11000100 | 1000001 | 11100000 | 1100 | 1000111 | 0 | 1100 | 100100001 | 1001000 | 111001 |
Color Harmonies of #C441E0
Complementary color
Monochromatic Colors of #C441E0
Black with #C441E0
Text Example
Text Example
White with #C441E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441E0; }
p { color: rgb(196,65,224); }
H1.HeaderClassName
{
color: #C441E0;
}
.AnyTagClassName
{
color: #C441E0;
}
</style>
background-color css
<style>
a { background-color: #C441E0; }
a { background-color: rgb(196,65,224); }
div.DivClassName
{
background-color: #C441E0;
}
.BgClassName
{
background-color: #C441E0;
}
</style>
border-color css
<style>
span { border-color: #C441E0; }
span { border-color: rgb(196,65,224); }
td.TdClassName
{
border-color: #C441E0;
}
.TagClassName
{
border-color: #C441E0;
}
</style>