Shades of Medium Orchid #C042D4
Tints of Medium Orchid #C042D4
RGB
CMYK
RGB Variations
Color information
#C042D4 (or 0xC042D4) is known color: Medium Orchid. HEX triplet: C0, 42 and D4. RGB value is (192,66,212). Sum of RGB (Red+Green+Blue) = 192+66+212=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 212 - color contains mainly: blue. Hex color #C042D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042D4 is #3FBD2B. Grayscale: #777777. Windows color (decimal): -4177196 or 13910720. OLE color: 13910720.
HSL color Cylindrical-coordinate representation of color #C042D4: hue angle of 291.78º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C042D4 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 66 | 212 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.17 |
| HSL | 291.78º | 0.63% | 0.55% | - |
| HSV(B) | 291.78º | 0.69% | 0.83% | - |
| XYZ | 35.57 | 19.86 | 64.25 | - |
| YUV | 120.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 212 | 0.09 | 0.69 | 0 | 0.17 | 291.78 | 0.63 | 0.55 |
| Hex | C0 | 42 | D4 | 9 | 45 | 0 | 11 | 124 | 3F | 37 |
| Octal | 300 | 102 | 324 | 11 | 105 | 0 | 21 | 444 | 77 | 67 |
| Binary | 11000000 | 1000010 | 11010100 | 1001 | 1000101 | 0 | 10001 | 100100100 | 111111 | 110111 |
Color Harmonies of #C042D4
Complementary color
Monochromatic Colors of #C042D4
Black with #C042D4
Text Example
Text Example
White with #C042D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042D4; }
p { color: rgb(192,66,212); }
H1.HeaderClassName
{
color: #C042D4;
}
.AnyTagClassName
{
color: #C042D4;
}
</style>
background-color css
<style>
a { background-color: #C042D4; }
a { background-color: rgb(192,66,212); }
div.DivClassName
{
background-color: #C042D4;
}
.BgClassName
{
background-color: #C042D4;
}
</style>
border-color css
<style>
span { border-color: #C042D4; }
span { border-color: rgb(192,66,212); }
td.TdClassName
{
border-color: #C042D4;
}
.TagClassName
{
border-color: #C042D4;
}
</style>