Shades of Medium Orchid #C042D3
Tints of Medium Orchid #C042D3
RGB
CMYK
RGB Variations
Color information
#C042D3 (or 0xC042D3) is known color: Medium Orchid. HEX triplet: C0, 42 and D3. RGB value is (192,66,211). Sum of RGB (Red+Green+Blue) = 192+66+211=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 211 - color contains mainly: blue. Hex color #C042D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042D3 is #3FBD2C. Grayscale: #777777. Windows color (decimal): -4177197 or 13845184. OLE color: 13845184.
HSL color Cylindrical-coordinate representation of color #C042D3: hue angle of 292.14º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C042D3 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 66 | 211 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.17 |
| HSL | 292.14º | 0.62% | 0.54% | - |
| HSV(B) | 292.14º | 0.69% | 0.83% | - |
| XYZ | 35.44 | 19.81 | 63.58 | - |
| YUV | 120.2 | 179.24 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 211 | 0.09 | 0.69 | 0 | 0.17 | 292.14 | 0.62 | 0.54 |
| Hex | C0 | 42 | D3 | 9 | 45 | 0 | 11 | 124 | 3E | 36 |
| Octal | 300 | 102 | 323 | 11 | 105 | 0 | 21 | 444 | 76 | 66 |
| Binary | 11000000 | 1000010 | 11010011 | 1001 | 1000101 | 0 | 10001 | 100100100 | 111110 | 110110 |
Color Harmonies of #C042D3
Complementary color
Monochromatic Colors of #C042D3
Black with #C042D3
Text Example
Text Example
White with #C042D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042D3; }
p { color: rgb(192,66,211); }
H1.HeaderClassName
{
color: #C042D3;
}
.AnyTagClassName
{
color: #C042D3;
}
</style>
background-color css
<style>
a { background-color: #C042D3; }
a { background-color: rgb(192,66,211); }
div.DivClassName
{
background-color: #C042D3;
}
.BgClassName
{
background-color: #C042D3;
}
</style>
border-color css
<style>
span { border-color: #C042D3; }
span { border-color: rgb(192,66,211); }
td.TdClassName
{
border-color: #C042D3;
}
.TagClassName
{
border-color: #C042D3;
}
</style>