Shades of Medium Orchid #C039E6
Tints of Medium Orchid #C039E6
RGB
CMYK
RGB Variations
Color information
#C039E6 (or 0xC039E6) is known color: Medium Orchid. HEX triplet: C0, 39 and E6. RGB value is (192,57,230). Sum of RGB (Red+Green+Blue) = 192+57+230=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 57 (22.66% from 255 or 11.90% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 230 - color contains mainly: blue. Hex color #C039E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C039E6 is #3FC619. Grayscale: #747474. Windows color (decimal): -4179482 or 15088064. OLE color: 15088064.
HSL color Cylindrical-coordinate representation of color #C039E6: hue angle of 286.82º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C039E6 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 57 | 230 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.10 |
| HSL | 286.82º | 0.78% | 0.56% | - |
| HSV(B) | 286.82º | 0.75% | 0.9% | - |
| XYZ | 37.48 | 19.85 | 76.72 | - |
| YUV | 117.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 230 | 0.17 | 0.75 | 0 | 0.10 | 286.82 | 0.78 | 0.56 |
| Hex | C0 | 39 | E6 | 11 | 4B | 0 | A | 11F | 4E | 38 |
| Octal | 300 | 71 | 346 | 21 | 113 | 0 | 12 | 437 | 116 | 70 |
| Binary | 11000000 | 111001 | 11100110 | 10001 | 1001011 | 0 | 1010 | 100011111 | 1001110 | 111000 |
Color Harmonies of #C039E6
Complementary color
Monochromatic Colors of #C039E6
Black with #C039E6
Text Example
Text Example
White with #C039E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039E6; }
p { color: rgb(192,57,230); }
H1.HeaderClassName
{
color: #C039E6;
}
.AnyTagClassName
{
color: #C039E6;
}
</style>
background-color css
<style>
a { background-color: #C039E6; }
a { background-color: rgb(192,57,230); }
div.DivClassName
{
background-color: #C039E6;
}
.BgClassName
{
background-color: #C039E6;
}
</style>
border-color css
<style>
span { border-color: #C039E6; }
span { border-color: rgb(192,57,230); }
td.TdClassName
{
border-color: #C039E6;
}
.TagClassName
{
border-color: #C039E6;
}
</style>