Shades of Medium Orchid #C04DDE
Tints of Medium Orchid #C04DDE
RGB
CMYK
RGB Variations
Color information
#C04DDE (or 0xC04DDE) is known color: Medium Orchid. HEX triplet: C0, 4D and DE. RGB value is (192,77,222). Sum of RGB (Red+Green+Blue) = 192+77+222=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #C04DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DDE is #3FB221. Grayscale: #7F7F7F. Windows color (decimal): -4174370 or 14568896. OLE color: 14568896.
HSL color Cylindrical-coordinate representation of color #C04DDE: hue angle of 287.59º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04DDE is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 77 | 222 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.13 |
| HSL | 287.59º | 0.69% | 0.59% | - |
| HSV(B) | 287.59º | 0.65% | 0.87% | - |
| XYZ | 37.58 | 21.79 | 71.33 | - |
| YUV | 127.92 | 181.1 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 222 | 0.14 | 0.65 | 0 | 0.13 | 287.59 | 0.69 | 0.59 |
| Hex | C0 | 4D | DE | E | 41 | 0 | D | 120 | 45 | 3B |
| Octal | 300 | 115 | 336 | 16 | 101 | 0 | 15 | 440 | 105 | 73 |
| Binary | 11000000 | 1001101 | 11011110 | 1110 | 1000001 | 0 | 1101 | 100100000 | 1000101 | 111011 |
Color Harmonies of #C04DDE
Complementary color
Monochromatic Colors of #C04DDE
Black with #C04DDE
Text Example
Text Example
White with #C04DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DDE; }
p { color: rgb(192,77,222); }
H1.HeaderClassName
{
color: #C04DDE;
}
.AnyTagClassName
{
color: #C04DDE;
}
</style>
background-color css
<style>
a { background-color: #C04DDE; }
a { background-color: rgb(192,77,222); }
div.DivClassName
{
background-color: #C04DDE;
}
.BgClassName
{
background-color: #C04DDE;
}
</style>
border-color css
<style>
span { border-color: #C04DDE; }
span { border-color: rgb(192,77,222); }
td.TdClassName
{
border-color: #C04DDE;
}
.TagClassName
{
border-color: #C04DDE;
}
</style>