Shades of Medium Orchid #C22EE6
Tints of Medium Orchid #C22EE6
RGB
CMYK
RGB Variations
Color information
#C22EE6 (or 0xC22EE6) is known color: Medium Orchid. HEX triplet: C2, 2E and E6. RGB value is (194,46,230). Sum of RGB (Red+Green+Blue) = 194+46+230=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #C22EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22EE6 is #3DD119. Grayscale: #6E6E6E. Windows color (decimal): -4051226 or 15085250. OLE color: 15085250.
HSL color Cylindrical-coordinate representation of color #C22EE6: hue angle of 288.26º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22EE6 is Cyan = 0.16, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 46 | 230 | - |
| CMYK | 0.16 | 0.8 | 0 | 0.10 |
| HSL | 288.26º | 0.79% | 0.54% | - |
| HSV(B) | 288.26º | 0.8% | 0.9% | - |
| XYZ | 37.51 | 19.14 | 76.58 | - |
| YUV | 111.23 | 195.03 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 230 | 0.16 | 0.8 | 0 | 0.10 | 288.26 | 0.79 | 0.54 |
| Hex | C2 | 2E | E6 | 10 | 50 | 0 | A | 120 | 4F | 36 |
| Octal | 302 | 56 | 346 | 20 | 120 | 0 | 12 | 440 | 117 | 66 |
| Binary | 11000010 | 101110 | 11100110 | 10000 | 1010000 | 0 | 1010 | 100100000 | 1001111 | 110110 |
Color Harmonies of #C22EE6
Complementary color
Monochromatic Colors of #C22EE6
Black with #C22EE6
Text Example
Text Example
White with #C22EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22EE6; }
p { color: rgb(194,46,230); }
H1.HeaderClassName
{
color: #C22EE6;
}
.AnyTagClassName
{
color: #C22EE6;
}
</style>
background-color css
<style>
a { background-color: #C22EE6; }
a { background-color: rgb(194,46,230); }
div.DivClassName
{
background-color: #C22EE6;
}
.BgClassName
{
background-color: #C22EE6;
}
</style>
border-color css
<style>
span { border-color: #C22EE6; }
span { border-color: rgb(194,46,230); }
td.TdClassName
{
border-color: #C22EE6;
}
.TagClassName
{
border-color: #C22EE6;
}
</style>