Shades of Medium Orchid #C04ADE
Tints of Medium Orchid #C04ADE
RGB
CMYK
RGB Variations
Color information
#C04ADE (or 0xC04ADE) is known color: Medium Orchid. HEX triplet: C0, 4A and DE. RGB value is (192,74,222). Sum of RGB (Red+Green+Blue) = 192+74+222=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #C04ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ADE is #3FB521. Grayscale: #7D7D7D. Windows color (decimal): -4175138 or 14568128. OLE color: 14568128.
HSL color Cylindrical-coordinate representation of color #C04ADE: hue angle of 287.84º degrees, saturation: 0.69, 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 #C04ADE is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 74 | 222 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.13 |
| HSL | 287.84º | 0.69% | 0.58% | - |
| HSV(B) | 287.84º | 0.67% | 0.87% | - |
| XYZ | 37.37 | 21.38 | 71.26 | - |
| YUV | 126.15 | 182.09 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 222 | 0.14 | 0.67 | 0 | 0.13 | 287.84 | 0.69 | 0.58 |
| Hex | C0 | 4A | DE | E | 43 | 0 | D | 120 | 45 | 3A |
| Octal | 300 | 112 | 336 | 16 | 103 | 0 | 15 | 440 | 105 | 72 |
| Binary | 11000000 | 1001010 | 11011110 | 1110 | 1000011 | 0 | 1101 | 100100000 | 1000101 | 111010 |
Color Harmonies of #C04ADE
Complementary color
Monochromatic Colors of #C04ADE
Black with #C04ADE
Text Example
Text Example
White with #C04ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04ADE; }
p { color: rgb(192,74,222); }
H1.HeaderClassName
{
color: #C04ADE;
}
.AnyTagClassName
{
color: #C04ADE;
}
</style>
background-color css
<style>
a { background-color: #C04ADE; }
a { background-color: rgb(192,74,222); }
div.DivClassName
{
background-color: #C04ADE;
}
.BgClassName
{
background-color: #C04ADE;
}
</style>
border-color css
<style>
span { border-color: #C04ADE; }
span { border-color: rgb(192,74,222); }
td.TdClassName
{
border-color: #C04ADE;
}
.TagClassName
{
border-color: #C04ADE;
}
</style>