Shades of Medium Orchid #C041E9
Tints of Medium Orchid #C041E9
RGB
CMYK
RGB Variations
Color information
#C041E9 (or 0xC041E9) is known color: Medium Orchid. HEX triplet: C0, 41 and E9. RGB value is (192,65,233). Sum of RGB (Red+Green+Blue) = 192+65+233=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #C041E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C041E9 is #3FBE16. Grayscale: #797979. Windows color (decimal): -4177431 or 15286720. OLE color: 15286720.
HSL color Cylindrical-coordinate representation of color #C041E9: hue angle of 285.36º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C041E9 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 65 | 233 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.09 |
| HSL | 285.36º | 0.79% | 0.58% | - |
| HSV(B) | 285.36º | 0.72% | 0.91% | - |
| XYZ | 38.34 | 20.87 | 79.1 | - |
| YUV | 122.13 | 190.58 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 233 | 0.18 | 0.72 | 0 | 0.09 | 285.36 | 0.79 | 0.58 |
| Hex | C0 | 41 | E9 | 12 | 48 | 0 | 9 | 11D | 4F | 3A |
| Octal | 300 | 101 | 351 | 22 | 110 | 0 | 11 | 435 | 117 | 72 |
| Binary | 11000000 | 1000001 | 11101001 | 10010 | 1001000 | 0 | 1001 | 100011101 | 1001111 | 111010 |
Color Harmonies of #C041E9
Complementary color
Monochromatic Colors of #C041E9
Black with #C041E9
Text Example
Text Example
White with #C041E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041E9; }
p { color: rgb(192,65,233); }
H1.HeaderClassName
{
color: #C041E9;
}
.AnyTagClassName
{
color: #C041E9;
}
</style>
background-color css
<style>
a { background-color: #C041E9; }
a { background-color: rgb(192,65,233); }
div.DivClassName
{
background-color: #C041E9;
}
.BgClassName
{
background-color: #C041E9;
}
</style>
border-color css
<style>
span { border-color: #C041E9; }
span { border-color: rgb(192,65,233); }
td.TdClassName
{
border-color: #C041E9;
}
.TagClassName
{
border-color: #C041E9;
}
</style>