Shades of Medium Orchid #C03AE8
Tints of Medium Orchid #C03AE8
RGB
CMYK
RGB Variations
Color information
#C03AE8 (or 0xC03AE8) is known color: Medium Orchid. HEX triplet: C0, 3A and E8. RGB value is (192,58,232). Sum of RGB (Red+Green+Blue) = 192+58+232=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #C03AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AE8 is #3FC517. Grayscale: #757575. Windows color (decimal): -4179224 or 15219392. OLE color: 15219392.
HSL color Cylindrical-coordinate representation of color #C03AE8: hue angle of 286.21º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03AE8 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 58 | 232 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.09 |
| HSL | 286.21º | 0.79% | 0.57% | - |
| HSV(B) | 286.21º | 0.75% | 0.91% | - |
| XYZ | 37.82 | 20.06 | 78.22 | - |
| YUV | 117.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 232 | 0.17 | 0.75 | 0 | 0.09 | 286.21 | 0.79 | 0.57 |
| Hex | C0 | 3A | E8 | 11 | 4B | 0 | 9 | 11E | 4F | 39 |
| Octal | 300 | 72 | 350 | 21 | 113 | 0 | 11 | 436 | 117 | 71 |
| Binary | 11000000 | 111010 | 11101000 | 10001 | 1001011 | 0 | 1001 | 100011110 | 1001111 | 111001 |
Color Harmonies of #C03AE8
Complementary color
Monochromatic Colors of #C03AE8
Black with #C03AE8
Text Example
Text Example
White with #C03AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AE8; }
p { color: rgb(192,58,232); }
H1.HeaderClassName
{
color: #C03AE8;
}
.AnyTagClassName
{
color: #C03AE8;
}
</style>
background-color css
<style>
a { background-color: #C03AE8; }
a { background-color: rgb(192,58,232); }
div.DivClassName
{
background-color: #C03AE8;
}
.BgClassName
{
background-color: #C03AE8;
}
</style>
border-color css
<style>
span { border-color: #C03AE8; }
span { border-color: rgb(192,58,232); }
td.TdClassName
{
border-color: #C03AE8;
}
.TagClassName
{
border-color: #C03AE8;
}
</style>