Shades of Medium Orchid #C044DD
Tints of Medium Orchid #C044DD
RGB
CMYK
RGB Variations
Color information
#C044DD (or 0xC044DD) is known color: Medium Orchid. HEX triplet: C0, 44 and DD. RGB value is (192,68,221). Sum of RGB (Red+Green+Blue) = 192+68+221=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #C044DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044DD is #3FBB22. Grayscale: #7A7A7A. Windows color (decimal): -4176675 or 14501056. OLE color: 14501056.
HSL color Cylindrical-coordinate representation of color #C044DD: hue angle of 288.63º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C044DD is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 68 | 221 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.13 |
| HSL | 288.63º | 0.69% | 0.57% | - |
| HSV(B) | 288.63º | 0.69% | 0.87% | - |
| XYZ | 36.86 | 20.56 | 70.43 | - |
| YUV | 122.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 221 | 0.13 | 0.69 | 0 | 0.13 | 288.63 | 0.69 | 0.57 |
| Hex | C0 | 44 | DD | D | 45 | 0 | D | 121 | 45 | 39 |
| Octal | 300 | 104 | 335 | 15 | 105 | 0 | 15 | 441 | 105 | 71 |
| Binary | 11000000 | 1000100 | 11011101 | 1101 | 1000101 | 0 | 1101 | 100100001 | 1000101 | 111001 |
Color Harmonies of #C044DD
Complementary color
Monochromatic Colors of #C044DD
Black with #C044DD
Text Example
Text Example
White with #C044DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044DD; }
p { color: rgb(192,68,221); }
H1.HeaderClassName
{
color: #C044DD;
}
.AnyTagClassName
{
color: #C044DD;
}
</style>
background-color css
<style>
a { background-color: #C044DD; }
a { background-color: rgb(192,68,221); }
div.DivClassName
{
background-color: #C044DD;
}
.BgClassName
{
background-color: #C044DD;
}
</style>
border-color css
<style>
span { border-color: #C044DD; }
span { border-color: rgb(192,68,221); }
td.TdClassName
{
border-color: #C044DD;
}
.TagClassName
{
border-color: #C044DD;
}
</style>