Shades of Medium Orchid #C042DD
Tints of Medium Orchid #C042DD
RGB
CMYK
RGB Variations
Color information
#C042DD (or 0xC042DD) is known color: Medium Orchid. HEX triplet: C0, 42 and DD. RGB value is (192,66,221). Sum of RGB (Red+Green+Blue) = 192+66+221=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #C042DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042DD is #3FBD22. Grayscale: #787878. Windows color (decimal): -4177187 or 14500544. OLE color: 14500544.
HSL color Cylindrical-coordinate representation of color #C042DD: hue angle of 288.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C042DD is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 66 | 221 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.13 |
| HSL | 288.77º | 0.7% | 0.56% | - |
| HSV(B) | 288.77º | 0.7% | 0.87% | - |
| XYZ | 36.74 | 20.32 | 70.39 | - |
| YUV | 121.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 221 | 0.13 | 0.70 | 0 | 0.13 | 288.77 | 0.7 | 0.56 |
| Hex | C0 | 42 | DD | D | 46 | 0 | D | 121 | 46 | 38 |
| Octal | 300 | 102 | 335 | 15 | 106 | 0 | 15 | 441 | 106 | 70 |
| Binary | 11000000 | 1000010 | 11011101 | 1101 | 1000110 | 0 | 1101 | 100100001 | 1000110 | 111000 |
Color Harmonies of #C042DD
Complementary color
Monochromatic Colors of #C042DD
Black with #C042DD
Text Example
Text Example
White with #C042DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042DD; }
p { color: rgb(192,66,221); }
H1.HeaderClassName
{
color: #C042DD;
}
.AnyTagClassName
{
color: #C042DD;
}
</style>
background-color css
<style>
a { background-color: #C042DD; }
a { background-color: rgb(192,66,221); }
div.DivClassName
{
background-color: #C042DD;
}
.BgClassName
{
background-color: #C042DD;
}
</style>
border-color css
<style>
span { border-color: #C042DD; }
span { border-color: rgb(192,66,221); }
td.TdClassName
{
border-color: #C042DD;
}
.TagClassName
{
border-color: #C042DD;
}
</style>