Shades of Medium Orchid #C44AE0
Tints of Medium Orchid #C44AE0
RGB
CMYK
RGB Variations
Color information
#C44AE0 (or 0xC44AE0) is known color: Medium Orchid. HEX triplet: C4, 4A and E0. RGB value is (196,74,224). Sum of RGB (Red+Green+Blue) = 196+74+224=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #C44AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44AE0 is #3BB51F. Grayscale: #7F7F7F. Windows color (decimal): -3912992 or 14699204. OLE color: 14699204.
HSL color Cylindrical-coordinate representation of color #C44AE0: hue angle of 288.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44AE0 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 74 | 224 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.12 |
| HSL | 288.8º | 0.71% | 0.58% | - |
| HSV(B) | 288.8º | 0.67% | 0.88% | - |
| XYZ | 38.67 | 22.02 | 72.73 | - |
| YUV | 127.58 | 182.42 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 224 | 0.12 | 0.67 | 0 | 0.12 | 288.8 | 0.71 | 0.58 |
| Hex | C4 | 4A | E0 | C | 43 | 0 | C | 121 | 47 | 3A |
| Octal | 304 | 112 | 340 | 14 | 103 | 0 | 14 | 441 | 107 | 72 |
| Binary | 11000100 | 1001010 | 11100000 | 1100 | 1000011 | 0 | 1100 | 100100001 | 1000111 | 111010 |
Color Harmonies of #C44AE0
Complementary color
Monochromatic Colors of #C44AE0
Black with #C44AE0
Text Example
Text Example
White with #C44AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44AE0; }
p { color: rgb(196,74,224); }
H1.HeaderClassName
{
color: #C44AE0;
}
.AnyTagClassName
{
color: #C44AE0;
}
</style>
background-color css
<style>
a { background-color: #C44AE0; }
a { background-color: rgb(196,74,224); }
div.DivClassName
{
background-color: #C44AE0;
}
.BgClassName
{
background-color: #C44AE0;
}
</style>
border-color css
<style>
span { border-color: #C44AE0; }
span { border-color: rgb(196,74,224); }
td.TdClassName
{
border-color: #C44AE0;
}
.TagClassName
{
border-color: #C44AE0;
}
</style>