Shades of Medium Orchid #C032EE
Tints of Medium Orchid #C032EE
RGB
CMYK
RGB Variations
Color information
#C032EE (or 0xC032EE) is known color: Medium Orchid. HEX triplet: C0, 32 and EE. RGB value is (192,50,238). Sum of RGB (Red+Green+Blue) = 192+50+238=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #C032EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C032EE is #3FCD11. Grayscale: #717171. Windows color (decimal): -4181266 or 15610560. OLE color: 15610560.
HSL color Cylindrical-coordinate representation of color #C032EE: hue angle of 285.32º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C032EE is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 50 | 238 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.07 |
| HSL | 285.32º | 0.85% | 0.56% | - |
| HSV(B) | 285.32º | 0.79% | 0.93% | - |
| XYZ | 38.31 | 19.66 | 82.66 | - |
| YUV | 113.89 | 198.04 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 238 | 0.19 | 0.79 | 0 | 0.07 | 285.32 | 0.85 | 0.56 |
| Hex | C0 | 32 | EE | 13 | 4F | 0 | 7 | 11D | 55 | 38 |
| Octal | 300 | 62 | 356 | 23 | 117 | 0 | 7 | 435 | 125 | 70 |
| Binary | 11000000 | 110010 | 11101110 | 10011 | 1001111 | 0 | 111 | 100011101 | 1010101 | 111000 |
Color Harmonies of #C032EE
Complementary color
Monochromatic Colors of #C032EE
Black with #C032EE
Text Example
Text Example
White with #C032EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032EE; }
p { color: rgb(192,50,238); }
H1.HeaderClassName
{
color: #C032EE;
}
.AnyTagClassName
{
color: #C032EE;
}
</style>
background-color css
<style>
a { background-color: #C032EE; }
a { background-color: rgb(192,50,238); }
div.DivClassName
{
background-color: #C032EE;
}
.BgClassName
{
background-color: #C032EE;
}
</style>
border-color css
<style>
span { border-color: #C032EE; }
span { border-color: rgb(192,50,238); }
td.TdClassName
{
border-color: #C032EE;
}
.TagClassName
{
border-color: #C032EE;
}
</style>