Shades of Medium Orchid #C032EA
Tints of Medium Orchid #C032EA
RGB
CMYK
RGB Variations
Color information
#C032EA (or 0xC032EA) is known color: Medium Orchid. HEX triplet: C0, 32 and EA. RGB value is (192,50,234). Sum of RGB (Red+Green+Blue) = 192+50+234=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #C032EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C032EA is #3FCD15. Grayscale: #707070. Windows color (decimal): -4181270 or 15348416. OLE color: 15348416.
HSL color Cylindrical-coordinate representation of color #C032EA: hue angle of 286.3º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C032EA is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 50 | 234 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.08 |
| HSL | 286.3º | 0.81% | 0.56% | - |
| HSV(B) | 286.3º | 0.79% | 0.92% | - |
| XYZ | 37.73 | 19.43 | 79.6 | - |
| YUV | 113.43 | 196.04 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 234 | 0.18 | 0.79 | 0 | 0.08 | 286.3 | 0.81 | 0.56 |
| Hex | C0 | 32 | EA | 12 | 4F | 0 | 8 | 11E | 51 | 38 |
| Octal | 300 | 62 | 352 | 22 | 117 | 0 | 10 | 436 | 121 | 70 |
| Binary | 11000000 | 110010 | 11101010 | 10010 | 1001111 | 0 | 1000 | 100011110 | 1010001 | 111000 |
Color Harmonies of #C032EA
Complementary color
Monochromatic Colors of #C032EA
Black with #C032EA
Text Example
Text Example
White with #C032EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032EA; }
p { color: rgb(192,50,234); }
H1.HeaderClassName
{
color: #C032EA;
}
.AnyTagClassName
{
color: #C032EA;
}
</style>
background-color css
<style>
a { background-color: #C032EA; }
a { background-color: rgb(192,50,234); }
div.DivClassName
{
background-color: #C032EA;
}
.BgClassName
{
background-color: #C032EA;
}
</style>
border-color css
<style>
span { border-color: #C032EA; }
span { border-color: rgb(192,50,234); }
td.TdClassName
{
border-color: #C032EA;
}
.TagClassName
{
border-color: #C032EA;
}
</style>