Shades of Medium Orchid #C04DDA
Tints of Medium Orchid #C04DDA
RGB
CMYK
RGB Variations
Color information
#C04DDA (or 0xC04DDA) is known color: Medium Orchid. HEX triplet: C0, 4D and DA. RGB value is (192,77,218). Sum of RGB (Red+Green+Blue) = 192+77+218=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #C04DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DDA is #3FB225. Grayscale: #7F7F7F. Windows color (decimal): -4174374 or 14306752. OLE color: 14306752.
HSL color Cylindrical-coordinate representation of color #C04DDA: hue angle of 288.94º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04DDA is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 77 | 218 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.15 |
| HSL | 288.94º | 0.66% | 0.58% | - |
| HSV(B) | 288.94º | 0.65% | 0.85% | - |
| XYZ | 37.05 | 21.58 | 68.54 | - |
| YUV | 127.46 | 179.1 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 218 | 0.12 | 0.65 | 0 | 0.15 | 288.94 | 0.66 | 0.58 |
| Hex | C0 | 4D | DA | C | 41 | 0 | F | 121 | 42 | 3A |
| Octal | 300 | 115 | 332 | 14 | 101 | 0 | 17 | 441 | 102 | 72 |
| Binary | 11000000 | 1001101 | 11011010 | 1100 | 1000001 | 0 | 1111 | 100100001 | 1000010 | 111010 |
Color Harmonies of #C04DDA
Complementary color
Monochromatic Colors of #C04DDA
Black with #C04DDA
Text Example
Text Example
White with #C04DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DDA; }
p { color: rgb(192,77,218); }
H1.HeaderClassName
{
color: #C04DDA;
}
.AnyTagClassName
{
color: #C04DDA;
}
</style>
background-color css
<style>
a { background-color: #C04DDA; }
a { background-color: rgb(192,77,218); }
div.DivClassName
{
background-color: #C04DDA;
}
.BgClassName
{
background-color: #C04DDA;
}
</style>
border-color css
<style>
span { border-color: #C04DDA; }
span { border-color: rgb(192,77,218); }
td.TdClassName
{
border-color: #C04DDA;
}
.TagClassName
{
border-color: #C04DDA;
}
</style>