Shades of Medium Orchid #C04DDF
Tints of Medium Orchid #C04DDF
RGB
CMYK
RGB Variations
Color information
#C04DDF (or 0xC04DDF) is known color: Medium Orchid. HEX triplet: C0, 4D and DF. RGB value is (192,77,223). Sum of RGB (Red+Green+Blue) = 192+77+223=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #C04DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DDF is #3FB220. Grayscale: #7F7F7F. Windows color (decimal): -4174369 or 14634432. OLE color: 14634432.
HSL color Cylindrical-coordinate representation of color #C04DDF: hue angle of 287.26º degrees, saturation: 0.7, 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 #C04DDF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 77 | 223 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.13 |
| HSL | 287.26º | 0.7% | 0.59% | - |
| HSV(B) | 287.26º | 0.65% | 0.87% | - |
| XYZ | 37.71 | 21.84 | 72.04 | - |
| YUV | 128.03 | 181.6 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 223 | 0.14 | 0.65 | 0 | 0.13 | 287.26 | 0.7 | 0.59 |
| Hex | C0 | 4D | DF | E | 41 | 0 | D | 11F | 46 | 3B |
| Octal | 300 | 115 | 337 | 16 | 101 | 0 | 15 | 437 | 106 | 73 |
| Binary | 11000000 | 1001101 | 11011111 | 1110 | 1000001 | 0 | 1101 | 100011111 | 1000110 | 111011 |
Color Harmonies of #C04DDF
Complementary color
Monochromatic Colors of #C04DDF
Black with #C04DDF
Text Example
Text Example
White with #C04DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DDF; }
p { color: rgb(192,77,223); }
H1.HeaderClassName
{
color: #C04DDF;
}
.AnyTagClassName
{
color: #C04DDF;
}
</style>
background-color css
<style>
a { background-color: #C04DDF; }
a { background-color: rgb(192,77,223); }
div.DivClassName
{
background-color: #C04DDF;
}
.BgClassName
{
background-color: #C04DDF;
}
</style>
border-color css
<style>
span { border-color: #C04DDF; }
span { border-color: rgb(192,77,223); }
td.TdClassName
{
border-color: #C04DDF;
}
.TagClassName
{
border-color: #C04DDF;
}
</style>