Shades of Medium Orchid #C038ED
Tints of Medium Orchid #C038ED
RGB
CMYK
RGB Variations
Color information
#C038ED (or 0xC038ED) is known color: Medium Orchid. HEX triplet: C0, 38 and ED. RGB value is (192,56,237). Sum of RGB (Red+Green+Blue) = 192+56+237=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #C038ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C038ED is #3FC712. Grayscale: #747474. Windows color (decimal): -4179731 or 15546560. OLE color: 15546560.
HSL color Cylindrical-coordinate representation of color #C038ED: hue angle of 285.08º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C038ED is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 56 | 237 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.07 |
| HSL | 285.08º | 0.83% | 0.57% | - |
| HSV(B) | 285.08º | 0.76% | 0.93% | - |
| XYZ | 38.44 | 20.15 | 81.98 | - |
| YUV | 117.3 | 195.56 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 237 | 0.19 | 0.76 | 0 | 0.07 | 285.08 | 0.83 | 0.57 |
| Hex | C0 | 38 | ED | 13 | 4C | 0 | 7 | 11D | 53 | 39 |
| Octal | 300 | 70 | 355 | 23 | 114 | 0 | 7 | 435 | 123 | 71 |
| Binary | 11000000 | 111000 | 11101101 | 10011 | 1001100 | 0 | 111 | 100011101 | 1010011 | 111001 |
Color Harmonies of #C038ED
Complementary color
Monochromatic Colors of #C038ED
Black with #C038ED
Text Example
Text Example
White with #C038ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038ED; }
p { color: rgb(192,56,237); }
H1.HeaderClassName
{
color: #C038ED;
}
.AnyTagClassName
{
color: #C038ED;
}
</style>
background-color css
<style>
a { background-color: #C038ED; }
a { background-color: rgb(192,56,237); }
div.DivClassName
{
background-color: #C038ED;
}
.BgClassName
{
background-color: #C038ED;
}
</style>
border-color css
<style>
span { border-color: #C038ED; }
span { border-color: rgb(192,56,237); }
td.TdClassName
{
border-color: #C038ED;
}
.TagClassName
{
border-color: #C038ED;
}
</style>