Shades of Medium Orchid #C04DED
Tints of Medium Orchid #C04DED
RGB
CMYK
RGB Variations
Color information
#C04DED (or 0xC04DED) is known color: Medium Orchid. HEX triplet: C0, 4D and ED. RGB value is (192,77,237). Sum of RGB (Red+Green+Blue) = 192+77+237=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #C04DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04DED is #3FB212. Grayscale: #818181. Windows color (decimal): -4174355 or 15551936. OLE color: 15551936.
HSL color Cylindrical-coordinate representation of color #C04DED: hue angle of 283.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C04DED is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 77 | 237 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.07 |
| HSL | 283.13º | 0.82% | 0.62% | - |
| HSV(B) | 283.13º | 0.68% | 0.93% | - |
| XYZ | 39.68 | 22.63 | 82.4 | - |
| YUV | 129.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 237 | 0.19 | 0.68 | 0 | 0.07 | 283.13 | 0.82 | 0.62 |
| Hex | C0 | 4D | ED | 13 | 44 | 0 | 7 | 11B | 52 | 3E |
| Octal | 300 | 115 | 355 | 23 | 104 | 0 | 7 | 433 | 122 | 76 |
| Binary | 11000000 | 1001101 | 11101101 | 10011 | 1000100 | 0 | 111 | 100011011 | 1010010 | 111110 |
Color Harmonies of #C04DED
Complementary color
Monochromatic Colors of #C04DED
Black with #C04DED
Text Example
Text Example
White with #C04DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DED; }
p { color: rgb(192,77,237); }
H1.HeaderClassName
{
color: #C04DED;
}
.AnyTagClassName
{
color: #C04DED;
}
</style>
background-color css
<style>
a { background-color: #C04DED; }
a { background-color: rgb(192,77,237); }
div.DivClassName
{
background-color: #C04DED;
}
.BgClassName
{
background-color: #C04DED;
}
</style>
border-color css
<style>
span { border-color: #C04DED; }
span { border-color: rgb(192,77,237); }
td.TdClassName
{
border-color: #C04DED;
}
.TagClassName
{
border-color: #C04DED;
}
</style>