Shades of Medium Orchid #C04DD3
Tints of Medium Orchid #C04DD3
RGB
CMYK
RGB Variations
Color information
#C04DD3 (or 0xC04DD3) is known color: Medium Orchid. HEX triplet: C0, 4D and D3. RGB value is (192,77,211). Sum of RGB (Red+Green+Blue) = 192+77+211=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #C04DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DD3 is #3FB22C. Grayscale: #7E7E7E. Windows color (decimal): -4174381 or 13848000. OLE color: 13848000.
HSL color Cylindrical-coordinate representation of color #C04DD3: hue angle of 291.49º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04DD3 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 77 | 211 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.17 |
| HSL | 291.49º | 0.6% | 0.56% | - |
| HSV(B) | 291.49º | 0.64% | 0.83% | - |
| XYZ | 36.15 | 21.22 | 63.82 | - |
| YUV | 126.66 | 175.6 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 211 | 0.09 | 0.64 | 0 | 0.17 | 291.49 | 0.6 | 0.56 |
| Hex | C0 | 4D | D3 | 9 | 40 | 0 | 11 | 123 | 3C | 38 |
| Octal | 300 | 115 | 323 | 11 | 100 | 0 | 21 | 443 | 74 | 70 |
| Binary | 11000000 | 1001101 | 11010011 | 1001 | 1000000 | 0 | 10001 | 100100011 | 111100 | 111000 |
Color Harmonies of #C04DD3
Complementary color
Monochromatic Colors of #C04DD3
Black with #C04DD3
Text Example
Text Example
White with #C04DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DD3; }
p { color: rgb(192,77,211); }
H1.HeaderClassName
{
color: #C04DD3;
}
.AnyTagClassName
{
color: #C04DD3;
}
</style>
background-color css
<style>
a { background-color: #C04DD3; }
a { background-color: rgb(192,77,211); }
div.DivClassName
{
background-color: #C04DD3;
}
.BgClassName
{
background-color: #C04DD3;
}
</style>
border-color css
<style>
span { border-color: #C04DD3; }
span { border-color: rgb(192,77,211); }
td.TdClassName
{
border-color: #C04DD3;
}
.TagClassName
{
border-color: #C04DD3;
}
</style>