Shades of Medium Orchid #C038EE
Tints of Medium Orchid #C038EE
RGB
CMYK
RGB Variations
Color information
#C038EE (or 0xC038EE) is known color: Medium Orchid. HEX triplet: C0, 38 and EE. RGB value is (192,56,238). Sum of RGB (Red+Green+Blue) = 192+56+238=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #C038EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C038EE is #3FC711. Grayscale: #747474. Windows color (decimal): -4179730 or 15612096. OLE color: 15612096.
HSL color Cylindrical-coordinate representation of color #C038EE: hue angle of 284.84º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C038EE is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 56 | 238 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.07 |
| HSL | 284.84º | 0.84% | 0.58% | - |
| HSV(B) | 284.84º | 0.76% | 0.93% | - |
| XYZ | 38.59 | 20.21 | 82.76 | - |
| YUV | 117.41 | 196.06 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 238 | 0.19 | 0.76 | 0 | 0.07 | 284.84 | 0.84 | 0.58 |
| Hex | C0 | 38 | EE | 13 | 4C | 0 | 7 | 11D | 54 | 3A |
| Octal | 300 | 70 | 356 | 23 | 114 | 0 | 7 | 435 | 124 | 72 |
| Binary | 11000000 | 111000 | 11101110 | 10011 | 1001100 | 0 | 111 | 100011101 | 1010100 | 111010 |
Color Harmonies of #C038EE
Complementary color
Monochromatic Colors of #C038EE
Black with #C038EE
Text Example
Text Example
White with #C038EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038EE; }
p { color: rgb(192,56,238); }
H1.HeaderClassName
{
color: #C038EE;
}
.AnyTagClassName
{
color: #C038EE;
}
</style>
background-color css
<style>
a { background-color: #C038EE; }
a { background-color: rgb(192,56,238); }
div.DivClassName
{
background-color: #C038EE;
}
.BgClassName
{
background-color: #C038EE;
}
</style>
border-color css
<style>
span { border-color: #C038EE; }
span { border-color: rgb(192,56,238); }
td.TdClassName
{
border-color: #C038EE;
}
.TagClassName
{
border-color: #C038EE;
}
</style>