Shades of Medium Orchid #C03AEB
Tints of Medium Orchid #C03AEB
RGB
CMYK
RGB Variations
Color information
#C03AEB (or 0xC03AEB) is known color: Medium Orchid. HEX triplet: C0, 3A and EB. RGB value is (192,58,235). Sum of RGB (Red+Green+Blue) = 192+58+235=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #C03AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AEB is #3FC514. Grayscale: #757575. Windows color (decimal): -4179221 or 15416000. OLE color: 15416000.
HSL color Cylindrical-coordinate representation of color #C03AEB: hue angle of 285.42º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03AEB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 58 | 235 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.08 |
| HSL | 285.42º | 0.82% | 0.57% | - |
| HSV(B) | 285.42º | 0.75% | 0.92% | - |
| XYZ | 38.25 | 20.23 | 80.49 | - |
| YUV | 118.24 | 193.89 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 235 | 0.18 | 0.75 | 0 | 0.08 | 285.42 | 0.82 | 0.57 |
| Hex | C0 | 3A | EB | 12 | 4B | 0 | 8 | 11D | 52 | 39 |
| Octal | 300 | 72 | 353 | 22 | 113 | 0 | 10 | 435 | 122 | 71 |
| Binary | 11000000 | 111010 | 11101011 | 10010 | 1001011 | 0 | 1000 | 100011101 | 1010010 | 111001 |
Color Harmonies of #C03AEB
Complementary color
Monochromatic Colors of #C03AEB
Black with #C03AEB
Text Example
Text Example
White with #C03AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AEB; }
p { color: rgb(192,58,235); }
H1.HeaderClassName
{
color: #C03AEB;
}
.AnyTagClassName
{
color: #C03AEB;
}
</style>
background-color css
<style>
a { background-color: #C03AEB; }
a { background-color: rgb(192,58,235); }
div.DivClassName
{
background-color: #C03AEB;
}
.BgClassName
{
background-color: #C03AEB;
}
</style>
border-color css
<style>
span { border-color: #C03AEB; }
span { border-color: rgb(192,58,235); }
td.TdClassName
{
border-color: #C03AEB;
}
.TagClassName
{
border-color: #C03AEB;
}
</style>