Shades of Medium Orchid #C032EB
Tints of Medium Orchid #C032EB
RGB
CMYK
RGB Variations
Color information
#C032EB (or 0xC032EB) is known color: Medium Orchid. HEX triplet: C0, 32 and EB. RGB value is (192,50,235). Sum of RGB (Red+Green+Blue) = 192+50+235=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #C032EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C032EB is #3FCD14. Grayscale: #707070. Windows color (decimal): -4181269 or 15413952. OLE color: 15413952.
HSL color Cylindrical-coordinate representation of color #C032EB: hue angle of 286.05º degrees, saturation: 0.82, 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 #C032EB is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 50 | 235 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.08 |
| HSL | 286.05º | 0.82% | 0.56% | - |
| HSV(B) | 286.05º | 0.79% | 0.92% | - |
| XYZ | 37.87 | 19.49 | 80.36 | - |
| YUV | 113.55 | 196.54 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 235 | 0.18 | 0.79 | 0 | 0.08 | 286.05 | 0.82 | 0.56 |
| Hex | C0 | 32 | EB | 12 | 4F | 0 | 8 | 11E | 52 | 38 |
| Octal | 300 | 62 | 353 | 22 | 117 | 0 | 10 | 436 | 122 | 70 |
| Binary | 11000000 | 110010 | 11101011 | 10010 | 1001111 | 0 | 1000 | 100011110 | 1010010 | 111000 |
Color Harmonies of #C032EB
Complementary color
Monochromatic Colors of #C032EB
Black with #C032EB
Text Example
Text Example
White with #C032EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032EB; }
p { color: rgb(192,50,235); }
H1.HeaderClassName
{
color: #C032EB;
}
.AnyTagClassName
{
color: #C032EB;
}
</style>
background-color css
<style>
a { background-color: #C032EB; }
a { background-color: rgb(192,50,235); }
div.DivClassName
{
background-color: #C032EB;
}
.BgClassName
{
background-color: #C032EB;
}
</style>
border-color css
<style>
span { border-color: #C032EB; }
span { border-color: rgb(192,50,235); }
td.TdClassName
{
border-color: #C032EB;
}
.TagClassName
{
border-color: #C032EB;
}
</style>