Shades of Medium Orchid #C22EE8
Tints of Medium Orchid #C22EE8
RGB
CMYK
RGB Variations
Color information
#C22EE8 (or 0xC22EE8) is known color: Medium Orchid. HEX triplet: C2, 2E and E8. RGB value is (194,46,232). Sum of RGB (Red+Green+Blue) = 194+46+232=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #C22EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22EE8 is #3DD117. Grayscale: #6E6E6E. Windows color (decimal): -4051224 or 15216322. OLE color: 15216322.
HSL color Cylindrical-coordinate representation of color #C22EE8: hue angle of 287.74º 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 #C22EE8 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 46 | 232 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.09 |
| HSL | 287.74º | 0.8% | 0.55% | - |
| HSV(B) | 287.74º | 0.8% | 0.91% | - |
| XYZ | 37.79 | 19.25 | 78.07 | - |
| YUV | 111.46 | 196.03 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 232 | 0.16 | 0.80 | 0 | 0.09 | 287.74 | 0.8 | 0.55 |
| Hex | C2 | 2E | E8 | 10 | 50 | 0 | 9 | 120 | 50 | 37 |
| Octal | 302 | 56 | 350 | 20 | 120 | 0 | 11 | 440 | 120 | 67 |
| Binary | 11000010 | 101110 | 11101000 | 10000 | 1010000 | 0 | 1001 | 100100000 | 1010000 | 110111 |
Color Harmonies of #C22EE8
Complementary color
Monochromatic Colors of #C22EE8
Black with #C22EE8
Text Example
Text Example
White with #C22EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22EE8; }
p { color: rgb(194,46,232); }
H1.HeaderClassName
{
color: #C22EE8;
}
.AnyTagClassName
{
color: #C22EE8;
}
</style>
background-color css
<style>
a { background-color: #C22EE8; }
a { background-color: rgb(194,46,232); }
div.DivClassName
{
background-color: #C22EE8;
}
.BgClassName
{
background-color: #C22EE8;
}
</style>
border-color css
<style>
span { border-color: #C22EE8; }
span { border-color: rgb(194,46,232); }
td.TdClassName
{
border-color: #C22EE8;
}
.TagClassName
{
border-color: #C22EE8;
}
</style>