Shades of Medium Orchid #C039DE
Tints of Medium Orchid #C039DE
RGB
CMYK
RGB Variations
Color information
#C039DE (or 0xC039DE) is known color: Medium Orchid. HEX triplet: C0, 39 and DE. RGB value is (192,57,222). Sum of RGB (Red+Green+Blue) = 192+57+222=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #C039DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039DE is #3FC621. Grayscale: #737373. Windows color (decimal): -4179490 or 14563776. OLE color: 14563776.
HSL color Cylindrical-coordinate representation of color #C039DE: hue angle of 289.09º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C039DE is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 57 | 222 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.13 |
| HSL | 289.09º | 0.71% | 0.55% | - |
| HSV(B) | 289.09º | 0.74% | 0.87% | - |
| XYZ | 36.39 | 19.41 | 70.94 | - |
| YUV | 116.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 222 | 0.14 | 0.74 | 0 | 0.13 | 289.09 | 0.71 | 0.55 |
| Hex | C0 | 39 | DE | E | 4A | 0 | D | 121 | 47 | 37 |
| Octal | 300 | 71 | 336 | 16 | 112 | 0 | 15 | 441 | 107 | 67 |
| Binary | 11000000 | 111001 | 11011110 | 1110 | 1001010 | 0 | 1101 | 100100001 | 1000111 | 110111 |
Color Harmonies of #C039DE
Complementary color
Monochromatic Colors of #C039DE
Black with #C039DE
Text Example
Text Example
White with #C039DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039DE; }
p { color: rgb(192,57,222); }
H1.HeaderClassName
{
color: #C039DE;
}
.AnyTagClassName
{
color: #C039DE;
}
</style>
background-color css
<style>
a { background-color: #C039DE; }
a { background-color: rgb(192,57,222); }
div.DivClassName
{
background-color: #C039DE;
}
.BgClassName
{
background-color: #C039DE;
}
</style>
border-color css
<style>
span { border-color: #C039DE; }
span { border-color: rgb(192,57,222); }
td.TdClassName
{
border-color: #C039DE;
}
.TagClassName
{
border-color: #C039DE;
}
</style>