Shades of Medium Orchid #C038E7
Tints of Medium Orchid #C038E7
RGB
CMYK
RGB Variations
Color information
#C038E7 (or 0xC038E7) is known color: Medium Orchid. HEX triplet: C0, 38 and E7. RGB value is (192,56,231). Sum of RGB (Red+Green+Blue) = 192+56+231=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 231 - color contains mainly: blue. Hex color #C038E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C038E7 is #3FC718. Grayscale: #747474. Windows color (decimal): -4179737 or 15153344. OLE color: 15153344.
HSL color Cylindrical-coordinate representation of color #C038E7: hue angle of 286.63º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C038E7 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 56 | 231 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.09 |
| HSL | 286.63º | 0.78% | 0.56% | - |
| HSV(B) | 286.63º | 0.76% | 0.91% | - |
| XYZ | 37.58 | 19.8 | 77.44 | - |
| YUV | 116.61 | 192.56 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 231 | 0.17 | 0.76 | 0 | 0.09 | 286.63 | 0.78 | 0.56 |
| Hex | C0 | 38 | E7 | 11 | 4C | 0 | 9 | 11F | 4E | 38 |
| Octal | 300 | 70 | 347 | 21 | 114 | 0 | 11 | 437 | 116 | 70 |
| Binary | 11000000 | 111000 | 11100111 | 10001 | 1001100 | 0 | 1001 | 100011111 | 1001110 | 111000 |
Color Harmonies of #C038E7
Complementary color
Monochromatic Colors of #C038E7
Black with #C038E7
Text Example
Text Example
White with #C038E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038E7; }
p { color: rgb(192,56,231); }
H1.HeaderClassName
{
color: #C038E7;
}
.AnyTagClassName
{
color: #C038E7;
}
</style>
background-color css
<style>
a { background-color: #C038E7; }
a { background-color: rgb(192,56,231); }
div.DivClassName
{
background-color: #C038E7;
}
.BgClassName
{
background-color: #C038E7;
}
</style>
border-color css
<style>
span { border-color: #C038E7; }
span { border-color: rgb(192,56,231); }
td.TdClassName
{
border-color: #C038E7;
}
.TagClassName
{
border-color: #C038E7;
}
</style>