Shades of Medium Orchid #C04DD1
Tints of Medium Orchid #C04DD1
RGB
CMYK
RGB Variations
Color information
#C04DD1 (or 0xC04DD1) is known color: Medium Orchid. HEX triplet: C0, 4D and D1. RGB value is (192,77,209). Sum of RGB (Red+Green+Blue) = 192+77+209=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #C04DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DD1 is #3FB22E. Grayscale: #7E7E7E. Windows color (decimal): -4174383 or 13716928. OLE color: 13716928.
HSL color Cylindrical-coordinate representation of color #C04DD1: hue angle of 292.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04DD1 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 77 | 209 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.18 |
| HSL | 292.27º | 0.59% | 0.56% | - |
| HSV(B) | 292.27º | 0.63% | 0.82% | - |
| XYZ | 35.9 | 21.12 | 62.51 | - |
| YUV | 126.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 209 | 0.08 | 0.63 | 0 | 0.18 | 292.27 | 0.59 | 0.56 |
| Hex | C0 | 4D | D1 | 8 | 3F | 0 | 12 | 124 | 3B | 38 |
| Octal | 300 | 115 | 321 | 10 | 77 | 0 | 22 | 444 | 73 | 70 |
| Binary | 11000000 | 1001101 | 11010001 | 1000 | 111111 | 0 | 10010 | 100100100 | 111011 | 111000 |
Color Harmonies of #C04DD1
Complementary color
Monochromatic Colors of #C04DD1
Black with #C04DD1
Text Example
Text Example
White with #C04DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DD1; }
p { color: rgb(192,77,209); }
H1.HeaderClassName
{
color: #C04DD1;
}
.AnyTagClassName
{
color: #C04DD1;
}
</style>
background-color css
<style>
a { background-color: #C04DD1; }
a { background-color: rgb(192,77,209); }
div.DivClassName
{
background-color: #C04DD1;
}
.BgClassName
{
background-color: #C04DD1;
}
</style>
border-color css
<style>
span { border-color: #C04DD1; }
span { border-color: rgb(192,77,209); }
td.TdClassName
{
border-color: #C04DD1;
}
.TagClassName
{
border-color: #C04DD1;
}
</style>