Shades of Medium Orchid #C42EE8
Tints of Medium Orchid #C42EE8
RGB
CMYK
RGB Variations
Color information
#C42EE8 (or 0xC42EE8) is known color: Medium Orchid. HEX triplet: C4, 2E and E8. RGB value is (196,46,232). Sum of RGB (Red+Green+Blue) = 196+46+232=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #C42EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42EE8 is #3BD117. Grayscale: #6F6F6F. Windows color (decimal): -3920152 or 15216324. OLE color: 15216324.
HSL color Cylindrical-coordinate representation of color #C42EE8: hue angle of 288.39º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42EE8 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 46 | 232 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.09 |
| HSL | 288.39º | 0.8% | 0.55% | - |
| HSV(B) | 288.39º | 0.8% | 0.91% | - |
| XYZ | 38.31 | 19.52 | 78.09 | - |
| YUV | 112.05 | 195.7 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 232 | 0.16 | 0.80 | 0 | 0.09 | 288.39 | 0.8 | 0.55 |
| Hex | C4 | 2E | E8 | 10 | 50 | 0 | 9 | 120 | 50 | 37 |
| Octal | 304 | 56 | 350 | 20 | 120 | 0 | 11 | 440 | 120 | 67 |
| Binary | 11000100 | 101110 | 11101000 | 10000 | 1010000 | 0 | 1001 | 100100000 | 1010000 | 110111 |
Color Harmonies of #C42EE8
Complementary color
Monochromatic Colors of #C42EE8
Black with #C42EE8
Text Example
Text Example
White with #C42EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EE8; }
p { color: rgb(196,46,232); }
H1.HeaderClassName
{
color: #C42EE8;
}
.AnyTagClassName
{
color: #C42EE8;
}
</style>
background-color css
<style>
a { background-color: #C42EE8; }
a { background-color: rgb(196,46,232); }
div.DivClassName
{
background-color: #C42EE8;
}
.BgClassName
{
background-color: #C42EE8;
}
</style>
border-color css
<style>
span { border-color: #C42EE8; }
span { border-color: rgb(196,46,232); }
td.TdClassName
{
border-color: #C42EE8;
}
.TagClassName
{
border-color: #C42EE8;
}
</style>