Shades of Medium Orchid #C04AD9
Tints of Medium Orchid #C04AD9
RGB
CMYK
RGB Variations
Color information
#C04AD9 (or 0xC04AD9) is known color: Medium Orchid. HEX triplet: C0, 4A and D9. RGB value is (192,74,217). Sum of RGB (Red+Green+Blue) = 192+74+217=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #C04AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AD9 is #3FB526. Grayscale: #7D7D7D. Windows color (decimal): -4175143 or 14240448. OLE color: 14240448.
HSL color Cylindrical-coordinate representation of color #C04AD9: hue angle of 289.51º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04AD9 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 74 | 217 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.15 |
| HSL | 289.51º | 0.65% | 0.57% | - |
| HSV(B) | 289.51º | 0.66% | 0.85% | - |
| XYZ | 36.71 | 21.11 | 67.79 | - |
| YUV | 125.58 | 179.59 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 217 | 0.12 | 0.66 | 0 | 0.15 | 289.51 | 0.65 | 0.57 |
| Hex | C0 | 4A | D9 | C | 42 | 0 | F | 122 | 41 | 39 |
| Octal | 300 | 112 | 331 | 14 | 102 | 0 | 17 | 442 | 101 | 71 |
| Binary | 11000000 | 1001010 | 11011001 | 1100 | 1000010 | 0 | 1111 | 100100010 | 1000001 | 111001 |
Color Harmonies of #C04AD9
Complementary color
Monochromatic Colors of #C04AD9
Black with #C04AD9
Text Example
Text Example
White with #C04AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AD9; }
p { color: rgb(192,74,217); }
H1.HeaderClassName
{
color: #C04AD9;
}
.AnyTagClassName
{
color: #C04AD9;
}
</style>
background-color css
<style>
a { background-color: #C04AD9; }
a { background-color: rgb(192,74,217); }
div.DivClassName
{
background-color: #C04AD9;
}
.BgClassName
{
background-color: #C04AD9;
}
</style>
border-color css
<style>
span { border-color: #C04AD9; }
span { border-color: rgb(192,74,217); }
td.TdClassName
{
border-color: #C04AD9;
}
.TagClassName
{
border-color: #C04AD9;
}
</style>