Shades of Medium Orchid #C44AED
Tints of Medium Orchid #C44AED
RGB
CMYK
RGB Variations
Color information
#C44AED (or 0xC44AED) is known color: Medium Orchid. HEX triplet: C4, 4A and ED. RGB value is (196,74,237). Sum of RGB (Red+Green+Blue) = 196+74+237=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #C44AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44AED is #3BB512. Grayscale: #808080. Windows color (decimal): -3912979 or 15551172. OLE color: 15551172.
HSL color Cylindrical-coordinate representation of color #C44AED: hue angle of 284.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44AED is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 74 | 237 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.07 |
| HSL | 284.91º | 0.82% | 0.61% | - |
| HSV(B) | 284.91º | 0.69% | 0.93% | - |
| XYZ | 40.5 | 22.75 | 82.38 | - |
| YUV | 129.06 | 188.92 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 237 | 0.17 | 0.69 | 0 | 0.07 | 284.91 | 0.82 | 0.61 |
| Hex | C4 | 4A | ED | 11 | 45 | 0 | 7 | 11D | 52 | 3D |
| Octal | 304 | 112 | 355 | 21 | 105 | 0 | 7 | 435 | 122 | 75 |
| Binary | 11000100 | 1001010 | 11101101 | 10001 | 1000101 | 0 | 111 | 100011101 | 1010010 | 111101 |
Color Harmonies of #C44AED
Complementary color
Monochromatic Colors of #C44AED
Black with #C44AED
Text Example
Text Example
White with #C44AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44AED; }
p { color: rgb(196,74,237); }
H1.HeaderClassName
{
color: #C44AED;
}
.AnyTagClassName
{
color: #C44AED;
}
</style>
background-color css
<style>
a { background-color: #C44AED; }
a { background-color: rgb(196,74,237); }
div.DivClassName
{
background-color: #C44AED;
}
.BgClassName
{
background-color: #C44AED;
}
</style>
border-color css
<style>
span { border-color: #C44AED; }
span { border-color: rgb(196,74,237); }
td.TdClassName
{
border-color: #C44AED;
}
.TagClassName
{
border-color: #C44AED;
}
</style>