Shades of Medium Orchid #C043D5
Tints of Medium Orchid #C043D5
RGB
CMYK
RGB Variations
Color information
#C043D5 (or 0xC043D5) is known color: Medium Orchid. HEX triplet: C0, 43 and D5. RGB value is (192,67,213). Sum of RGB (Red+Green+Blue) = 192+67+213=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #C043D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043D5 is #3FBC2A. Grayscale: #787878. Windows color (decimal): -4176939 or 13976512. OLE color: 13976512.
HSL color Cylindrical-coordinate representation of color #C043D5: hue angle of 291.37º degrees, saturation: 0.63, 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 #C043D5 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 67 | 213 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.16 |
| HSL | 291.37º | 0.63% | 0.55% | - |
| HSV(B) | 291.37º | 0.69% | 0.84% | - |
| XYZ | 35.76 | 20.02 | 64.93 | - |
| YUV | 121.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 213 | 0.10 | 0.69 | 0 | 0.16 | 291.37 | 0.63 | 0.55 |
| Hex | C0 | 43 | D5 | A | 45 | 0 | 10 | 123 | 3F | 37 |
| Octal | 300 | 103 | 325 | 12 | 105 | 0 | 20 | 443 | 77 | 67 |
| Binary | 11000000 | 1000011 | 11010101 | 1010 | 1000101 | 0 | 10000 | 100100011 | 111111 | 110111 |
Color Harmonies of #C043D5
Complementary color
Monochromatic Colors of #C043D5
Black with #C043D5
Text Example
Text Example
White with #C043D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043D5; }
p { color: rgb(192,67,213); }
H1.HeaderClassName
{
color: #C043D5;
}
.AnyTagClassName
{
color: #C043D5;
}
</style>
background-color css
<style>
a { background-color: #C043D5; }
a { background-color: rgb(192,67,213); }
div.DivClassName
{
background-color: #C043D5;
}
.BgClassName
{
background-color: #C043D5;
}
</style>
border-color css
<style>
span { border-color: #C043D5; }
span { border-color: rgb(192,67,213); }
td.TdClassName
{
border-color: #C043D5;
}
.TagClassName
{
border-color: #C043D5;
}
</style>