Shades of Medium Orchid #C04ADD
Tints of Medium Orchid #C04ADD
RGB
CMYK
RGB Variations
Color information
#C04ADD (or 0xC04ADD) is known color: Medium Orchid. HEX triplet: C0, 4A and DD. RGB value is (192,74,221). Sum of RGB (Red+Green+Blue) = 192+74+221=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #C04ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ADD is #3FB522. Grayscale: #7D7D7D. Windows color (decimal): -4175139 or 14502592. OLE color: 14502592.
HSL color Cylindrical-coordinate representation of color #C04ADD: hue angle of 288.16º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04ADD is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 74 | 221 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.13 |
| HSL | 288.16º | 0.68% | 0.58% | - |
| HSV(B) | 288.16º | 0.67% | 0.87% | - |
| XYZ | 37.24 | 21.32 | 70.56 | - |
| YUV | 126.04 | 181.59 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 221 | 0.13 | 0.67 | 0 | 0.13 | 288.16 | 0.68 | 0.58 |
| Hex | C0 | 4A | DD | D | 43 | 0 | D | 120 | 44 | 3A |
| Octal | 300 | 112 | 335 | 15 | 103 | 0 | 15 | 440 | 104 | 72 |
| Binary | 11000000 | 1001010 | 11011101 | 1101 | 1000011 | 0 | 1101 | 100100000 | 1000100 | 111010 |
Color Harmonies of #C04ADD
Complementary color
Monochromatic Colors of #C04ADD
Black with #C04ADD
Text Example
Text Example
White with #C04ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04ADD; }
p { color: rgb(192,74,221); }
H1.HeaderClassName
{
color: #C04ADD;
}
.AnyTagClassName
{
color: #C04ADD;
}
</style>
background-color css
<style>
a { background-color: #C04ADD; }
a { background-color: rgb(192,74,221); }
div.DivClassName
{
background-color: #C04ADD;
}
.BgClassName
{
background-color: #C04ADD;
}
</style>
border-color css
<style>
span { border-color: #C04ADD; }
span { border-color: rgb(192,74,221); }
td.TdClassName
{
border-color: #C04ADD;
}
.TagClassName
{
border-color: #C04ADD;
}
</style>