Shades of Medium Orchid #C44DD0
Tints of Medium Orchid #C44DD0
RGB
CMYK
RGB Variations
Color information
#C44DD0 (or 0xC44DD0) is known color: Medium Orchid. HEX triplet: C4, 4D and D0. RGB value is (196,77,208). Sum of RGB (Red+Green+Blue) = 196+77+208=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #C44DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DD0 is #3BB22F. Grayscale: #7F7F7F. Windows color (decimal): -3912240 or 13651396. OLE color: 13651396.
HSL color Cylindrical-coordinate representation of color #C44DD0: hue angle of 294.5º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44DD0 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 77 | 208 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.18 |
| HSL | 294.5º | 0.58% | 0.56% | - |
| HSV(B) | 294.5º | 0.63% | 0.82% | - |
| XYZ | 36.8 | 21.6 | 61.9 | - |
| YUV | 127.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 208 | 0.06 | 0.63 | 0 | 0.18 | 294.5 | 0.58 | 0.56 |
| Hex | C4 | 4D | D0 | 6 | 3F | 0 | 12 | 127 | 3A | 38 |
| Octal | 304 | 115 | 320 | 6 | 77 | 0 | 22 | 447 | 72 | 70 |
| Binary | 11000100 | 1001101 | 11010000 | 110 | 111111 | 0 | 10010 | 100100111 | 111010 | 111000 |
Color Harmonies of #C44DD0
Complementary color
Monochromatic Colors of #C44DD0
Black with #C44DD0
Text Example
Text Example
White with #C44DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DD0; }
p { color: rgb(196,77,208); }
H1.HeaderClassName
{
color: #C44DD0;
}
.AnyTagClassName
{
color: #C44DD0;
}
</style>
background-color css
<style>
a { background-color: #C44DD0; }
a { background-color: rgb(196,77,208); }
div.DivClassName
{
background-color: #C44DD0;
}
.BgClassName
{
background-color: #C44DD0;
}
</style>
border-color css
<style>
span { border-color: #C44DD0; }
span { border-color: rgb(196,77,208); }
td.TdClassName
{
border-color: #C44DD0;
}
.TagClassName
{
border-color: #C44DD0;
}
</style>