Shades of Medium Orchid #C04AEB
Tints of Medium Orchid #C04AEB
RGB
CMYK
RGB Variations
Color information
#C04AEB (or 0xC04AEB) is known color: Medium Orchid. HEX triplet: C0, 4A and EB. RGB value is (192,74,235). Sum of RGB (Red+Green+Blue) = 192+74+235=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #C04AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04AEB is #3FB514. Grayscale: #7F7F7F. Windows color (decimal): -4175125 or 15420096. OLE color: 15420096.
HSL color Cylindrical-coordinate representation of color #C04AEB: hue angle of 283.98º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04AEB is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 74 | 235 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.08 |
| HSL | 283.98º | 0.8% | 0.61% | - |
| HSV(B) | 283.98º | 0.69% | 0.92% | - |
| XYZ | 39.18 | 22.1 | 80.8 | - |
| YUV | 127.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 235 | 0.18 | 0.69 | 0 | 0.08 | 283.98 | 0.8 | 0.61 |
| Hex | C0 | 4A | EB | 12 | 45 | 0 | 8 | 11C | 50 | 3D |
| Octal | 300 | 112 | 353 | 22 | 105 | 0 | 10 | 434 | 120 | 75 |
| Binary | 11000000 | 1001010 | 11101011 | 10010 | 1000101 | 0 | 1000 | 100011100 | 1010000 | 111101 |
Color Harmonies of #C04AEB
Complementary color
Monochromatic Colors of #C04AEB
Black with #C04AEB
Text Example
Text Example
White with #C04AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AEB; }
p { color: rgb(192,74,235); }
H1.HeaderClassName
{
color: #C04AEB;
}
.AnyTagClassName
{
color: #C04AEB;
}
</style>
background-color css
<style>
a { background-color: #C04AEB; }
a { background-color: rgb(192,74,235); }
div.DivClassName
{
background-color: #C04AEB;
}
.BgClassName
{
background-color: #C04AEB;
}
</style>
border-color css
<style>
span { border-color: #C04AEB; }
span { border-color: rgb(192,74,235); }
td.TdClassName
{
border-color: #C04AEB;
}
.TagClassName
{
border-color: #C04AEB;
}
</style>