Shades of Medium Orchid #C039EB
Tints of Medium Orchid #C039EB
RGB
CMYK
RGB Variations
Color information
#C039EB (or 0xC039EB) is known color: Medium Orchid. HEX triplet: C0, 39 and EB. RGB value is (192,57,235). Sum of RGB (Red+Green+Blue) = 192+57+235=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 57 (22.66% from 255 or 11.78% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #C039EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C039EB is #3FC614. Grayscale: #757575. Windows color (decimal): -4179477 or 15415744. OLE color: 15415744.
HSL color Cylindrical-coordinate representation of color #C039EB: hue angle of 285.51º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C039EB is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 57 | 235 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.08 |
| HSL | 285.51º | 0.82% | 0.57% | - |
| HSV(B) | 285.51º | 0.76% | 0.92% | - |
| XYZ | 38.2 | 20.13 | 80.47 | - |
| YUV | 117.66 | 194.23 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 235 | 0.18 | 0.76 | 0 | 0.08 | 285.51 | 0.82 | 0.57 |
| Hex | C0 | 39 | EB | 12 | 4C | 0 | 8 | 11E | 52 | 39 |
| Octal | 300 | 71 | 353 | 22 | 114 | 0 | 10 | 436 | 122 | 71 |
| Binary | 11000000 | 111001 | 11101011 | 10010 | 1001100 | 0 | 1000 | 100011110 | 1010010 | 111001 |
Color Harmonies of #C039EB
Complementary color
Monochromatic Colors of #C039EB
Black with #C039EB
Text Example
Text Example
White with #C039EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039EB; }
p { color: rgb(192,57,235); }
H1.HeaderClassName
{
color: #C039EB;
}
.AnyTagClassName
{
color: #C039EB;
}
</style>
background-color css
<style>
a { background-color: #C039EB; }
a { background-color: rgb(192,57,235); }
div.DivClassName
{
background-color: #C039EB;
}
.BgClassName
{
background-color: #C039EB;
}
</style>
border-color css
<style>
span { border-color: #C039EB; }
span { border-color: rgb(192,57,235); }
td.TdClassName
{
border-color: #C039EB;
}
.TagClassName
{
border-color: #C039EB;
}
</style>