Shades of Medium Orchid #C04AE9
Tints of Medium Orchid #C04AE9
RGB
CMYK
RGB Variations
Color information
#C04AE9 (or 0xC04AE9) is known color: Medium Orchid. HEX triplet: C0, 4A and E9. RGB value is (192,74,233). Sum of RGB (Red+Green+Blue) = 192+74+233=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #C04AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04AE9 is #3FB516. Grayscale: #7E7E7E. Windows color (decimal): -4175127 or 15289024. OLE color: 15289024.
HSL color Cylindrical-coordinate representation of color #C04AE9: hue angle of 284.53º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C04AE9 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 74 | 233 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.09 |
| HSL | 284.53º | 0.78% | 0.6% | - |
| HSV(B) | 284.53º | 0.68% | 0.91% | - |
| XYZ | 38.89 | 21.99 | 79.28 | - |
| YUV | 127.41 | 187.59 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 233 | 0.18 | 0.68 | 0 | 0.09 | 284.53 | 0.78 | 0.6 |
| Hex | C0 | 4A | E9 | 12 | 44 | 0 | 9 | 11D | 4E | 3C |
| Octal | 300 | 112 | 351 | 22 | 104 | 0 | 11 | 435 | 116 | 74 |
| Binary | 11000000 | 1001010 | 11101001 | 10010 | 1000100 | 0 | 1001 | 100011101 | 1001110 | 111100 |
Color Harmonies of #C04AE9
Complementary color
Monochromatic Colors of #C04AE9
Black with #C04AE9
Text Example
Text Example
White with #C04AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AE9; }
p { color: rgb(192,74,233); }
H1.HeaderClassName
{
color: #C04AE9;
}
.AnyTagClassName
{
color: #C04AE9;
}
</style>
background-color css
<style>
a { background-color: #C04AE9; }
a { background-color: rgb(192,74,233); }
div.DivClassName
{
background-color: #C04AE9;
}
.BgClassName
{
background-color: #C04AE9;
}
</style>
border-color css
<style>
span { border-color: #C04AE9; }
span { border-color: rgb(192,74,233); }
td.TdClassName
{
border-color: #C04AE9;
}
.TagClassName
{
border-color: #C04AE9;
}
</style>