Shades of Medium Orchid #C042D5
Tints of Medium Orchid #C042D5
RGB
CMYK
RGB Variations
Color information
#C042D5 (or 0xC042D5) is known color: Medium Orchid. HEX triplet: C0, 42 and D5. RGB value is (192,66,213). Sum of RGB (Red+Green+Blue) = 192+66+213=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #C042D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042D5 is #3FBD2A. Grayscale: #777777. Windows color (decimal): -4177195 or 13976256. OLE color: 13976256.
HSL color Cylindrical-coordinate representation of color #C042D5: hue angle of 291.43º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C042D5 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 66 | 213 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.16 |
| HSL | 291.43º | 0.64% | 0.55% | - |
| HSV(B) | 291.43º | 0.69% | 0.84% | - |
| XYZ | 35.7 | 19.91 | 64.91 | - |
| YUV | 120.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 213 | 0.10 | 0.69 | 0 | 0.16 | 291.43 | 0.64 | 0.55 |
| Hex | C0 | 42 | D5 | A | 45 | 0 | 10 | 123 | 40 | 37 |
| Octal | 300 | 102 | 325 | 12 | 105 | 0 | 20 | 443 | 100 | 67 |
| Binary | 11000000 | 1000010 | 11010101 | 1010 | 1000101 | 0 | 10000 | 100100011 | 1000000 | 110111 |
Color Harmonies of #C042D5
Complementary color
Monochromatic Colors of #C042D5
Black with #C042D5
Text Example
Text Example
White with #C042D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042D5; }
p { color: rgb(192,66,213); }
H1.HeaderClassName
{
color: #C042D5;
}
.AnyTagClassName
{
color: #C042D5;
}
</style>
background-color css
<style>
a { background-color: #C042D5; }
a { background-color: rgb(192,66,213); }
div.DivClassName
{
background-color: #C042D5;
}
.BgClassName
{
background-color: #C042D5;
}
</style>
border-color css
<style>
span { border-color: #C042D5; }
span { border-color: rgb(192,66,213); }
td.TdClassName
{
border-color: #C042D5;
}
.TagClassName
{
border-color: #C042D5;
}
</style>