Shades of Medium Orchid #C44DED
Tints of Medium Orchid #C44DED
RGB
CMYK
RGB Variations
Color information
#C44DED (or 0xC44DED) is known color: Medium Orchid. HEX triplet: C4, 4D and ED. RGB value is (196,77,237). Sum of RGB (Red+Green+Blue) = 196+77+237=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #C44DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DED is #3BB212. Grayscale: #828282. Windows color (decimal): -3912211 or 15551940. OLE color: 15551940.
HSL color Cylindrical-coordinate representation of color #C44DED: hue angle of 284.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C44DED is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 77 | 237 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.07 |
| HSL | 284.63º | 0.82% | 0.62% | - |
| HSV(B) | 284.63º | 0.68% | 0.93% | - |
| XYZ | 40.7 | 23.16 | 82.45 | - |
| YUV | 130.82 | 187.92 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 237 | 0.17 | 0.68 | 0 | 0.07 | 284.63 | 0.82 | 0.62 |
| Hex | C4 | 4D | ED | 11 | 44 | 0 | 7 | 11D | 52 | 3E |
| Octal | 304 | 115 | 355 | 21 | 104 | 0 | 7 | 435 | 122 | 76 |
| Binary | 11000100 | 1001101 | 11101101 | 10001 | 1000100 | 0 | 111 | 100011101 | 1010010 | 111110 |
Color Harmonies of #C44DED
Complementary color
Monochromatic Colors of #C44DED
Black with #C44DED
Text Example
Text Example
White with #C44DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DED; }
p { color: rgb(196,77,237); }
H1.HeaderClassName
{
color: #C44DED;
}
.AnyTagClassName
{
color: #C44DED;
}
</style>
background-color css
<style>
a { background-color: #C44DED; }
a { background-color: rgb(196,77,237); }
div.DivClassName
{
background-color: #C44DED;
}
.BgClassName
{
background-color: #C44DED;
}
</style>
border-color css
<style>
span { border-color: #C44DED; }
span { border-color: rgb(196,77,237); }
td.TdClassName
{
border-color: #C44DED;
}
.TagClassName
{
border-color: #C44DED;
}
</style>