Shades of Medium Orchid #C04AD6
Tints of Medium Orchid #C04AD6
RGB
CMYK
RGB Variations
Color information
#C04AD6 (or 0xC04AD6) is known color: Medium Orchid. HEX triplet: C0, 4A and D6. RGB value is (192,74,214). Sum of RGB (Red+Green+Blue) = 192+74+214=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #C04AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AD6 is #3FB529. Grayscale: #7C7C7C. Windows color (decimal): -4175146 or 14043840. OLE color: 14043840.
HSL color Cylindrical-coordinate representation of color #C04AD6: hue angle of 290.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04AD6 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 74 | 214 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.16 |
| HSL | 290.57º | 0.63% | 0.56% | - |
| HSV(B) | 290.57º | 0.65% | 0.84% | - |
| XYZ | 36.32 | 20.96 | 65.75 | - |
| YUV | 125.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 214 | 0.10 | 0.65 | 0 | 0.16 | 290.57 | 0.63 | 0.56 |
| Hex | C0 | 4A | D6 | A | 41 | 0 | 10 | 123 | 3F | 38 |
| Octal | 300 | 112 | 326 | 12 | 101 | 0 | 20 | 443 | 77 | 70 |
| Binary | 11000000 | 1001010 | 11010110 | 1010 | 1000001 | 0 | 10000 | 100100011 | 111111 | 111000 |
Color Harmonies of #C04AD6
Complementary color
Monochromatic Colors of #C04AD6
Black with #C04AD6
Text Example
Text Example
White with #C04AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AD6; }
p { color: rgb(192,74,214); }
H1.HeaderClassName
{
color: #C04AD6;
}
.AnyTagClassName
{
color: #C04AD6;
}
</style>
background-color css
<style>
a { background-color: #C04AD6; }
a { background-color: rgb(192,74,214); }
div.DivClassName
{
background-color: #C04AD6;
}
.BgClassName
{
background-color: #C04AD6;
}
</style>
border-color css
<style>
span { border-color: #C04AD6; }
span { border-color: rgb(192,74,214); }
td.TdClassName
{
border-color: #C04AD6;
}
.TagClassName
{
border-color: #C04AD6;
}
</style>