Shades of Medium Orchid #C038EB
Tints of Medium Orchid #C038EB
RGB
CMYK
RGB Variations
Color information
#C038EB (or 0xC038EB) is known color: Medium Orchid. HEX triplet: C0, 38 and EB. RGB value is (192,56,235). Sum of RGB (Red+Green+Blue) = 192+56+235=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #C038EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C038EB is #3FC714. Grayscale: #747474. Windows color (decimal): -4179733 or 15415488. OLE color: 15415488.
HSL color Cylindrical-coordinate representation of color #C038EB: hue angle of 285.59º 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 #C038EB is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 56 | 235 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.08 |
| HSL | 285.59º | 0.82% | 0.57% | - |
| HSV(B) | 285.59º | 0.76% | 0.92% | - |
| XYZ | 38.15 | 20.03 | 80.45 | - |
| YUV | 117.07 | 194.56 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 235 | 0.18 | 0.76 | 0 | 0.08 | 285.59 | 0.82 | 0.57 |
| Hex | C0 | 38 | EB | 12 | 4C | 0 | 8 | 11E | 52 | 39 |
| Octal | 300 | 70 | 353 | 22 | 114 | 0 | 10 | 436 | 122 | 71 |
| Binary | 11000000 | 111000 | 11101011 | 10010 | 1001100 | 0 | 1000 | 100011110 | 1010010 | 111001 |
Color Harmonies of #C038EB
Complementary color
Monochromatic Colors of #C038EB
Black with #C038EB
Text Example
Text Example
White with #C038EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038EB; }
p { color: rgb(192,56,235); }
H1.HeaderClassName
{
color: #C038EB;
}
.AnyTagClassName
{
color: #C038EB;
}
</style>
background-color css
<style>
a { background-color: #C038EB; }
a { background-color: rgb(192,56,235); }
div.DivClassName
{
background-color: #C038EB;
}
.BgClassName
{
background-color: #C038EB;
}
</style>
border-color css
<style>
span { border-color: #C038EB; }
span { border-color: rgb(192,56,235); }
td.TdClassName
{
border-color: #C038EB;
}
.TagClassName
{
border-color: #C038EB;
}
</style>