Shades of Medium Orchid #C04AE8
Tints of Medium Orchid #C04AE8
RGB
CMYK
RGB Variations
Color information
#C04AE8 (or 0xC04AE8) is known color: Medium Orchid. HEX triplet: C0, 4A and E8. RGB value is (192,74,232). Sum of RGB (Red+Green+Blue) = 192+74+232=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 232 - color contains mainly: blue. Hex color #C04AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04AE8 is #3FB517. Grayscale: #7E7E7E. Windows color (decimal): -4175128 or 15223488. OLE color: 15223488.
HSL color Cylindrical-coordinate representation of color #C04AE8: hue angle of 284.81º degrees, saturation: 0.77, 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 #C04AE8 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 74 | 232 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.09 |
| HSL | 284.81º | 0.77% | 0.6% | - |
| HSV(B) | 284.81º | 0.68% | 0.91% | - |
| XYZ | 38.75 | 21.93 | 78.53 | - |
| YUV | 127.29 | 187.09 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 232 | 0.17 | 0.68 | 0 | 0.09 | 284.81 | 0.77 | 0.6 |
| Hex | C0 | 4A | E8 | 11 | 44 | 0 | 9 | 11D | 4D | 3C |
| Octal | 300 | 112 | 350 | 21 | 104 | 0 | 11 | 435 | 115 | 74 |
| Binary | 11000000 | 1001010 | 11101000 | 10001 | 1000100 | 0 | 1001 | 100011101 | 1001101 | 111100 |
Color Harmonies of #C04AE8
Complementary color
Monochromatic Colors of #C04AE8
Black with #C04AE8
Text Example
Text Example
White with #C04AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AE8; }
p { color: rgb(192,74,232); }
H1.HeaderClassName
{
color: #C04AE8;
}
.AnyTagClassName
{
color: #C04AE8;
}
</style>
background-color css
<style>
a { background-color: #C04AE8; }
a { background-color: rgb(192,74,232); }
div.DivClassName
{
background-color: #C04AE8;
}
.BgClassName
{
background-color: #C04AE8;
}
</style>
border-color css
<style>
span { border-color: #C04AE8; }
span { border-color: rgb(192,74,232); }
td.TdClassName
{
border-color: #C04AE8;
}
.TagClassName
{
border-color: #C04AE8;
}
</style>