Shades of Medium Orchid #C22EE7
Tints of Medium Orchid #C22EE7
RGB
CMYK
RGB Variations
Color information
#C22EE7 (or 0xC22EE7) is known color: Medium Orchid. HEX triplet: C2, 2E and E7. RGB value is (194,46,231). Sum of RGB (Red+Green+Blue) = 194+46+231=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #C22EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22EE7 is #3DD118. Grayscale: #6E6E6E. Windows color (decimal): -4051225 or 15150786. OLE color: 15150786.
HSL color Cylindrical-coordinate representation of color #C22EE7: hue angle of 288º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22EE7 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 46 | 231 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.09 |
| HSL | 288º | 0.79% | 0.54% | - |
| HSV(B) | 288º | 0.8% | 0.91% | - |
| XYZ | 37.65 | 19.19 | 77.32 | - |
| YUV | 111.34 | 195.53 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 231 | 0.16 | 0.80 | 0 | 0.09 | 288 | 0.79 | 0.54 |
| Hex | C2 | 2E | E7 | 10 | 50 | 0 | 9 | 120 | 4F | 36 |
| Octal | 302 | 56 | 347 | 20 | 120 | 0 | 11 | 440 | 117 | 66 |
| Binary | 11000010 | 101110 | 11100111 | 10000 | 1010000 | 0 | 1001 | 100100000 | 1001111 | 110110 |
Color Harmonies of #C22EE7
Complementary color
Monochromatic Colors of #C22EE7
Black with #C22EE7
Text Example
Text Example
White with #C22EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22EE7; }
p { color: rgb(194,46,231); }
H1.HeaderClassName
{
color: #C22EE7;
}
.AnyTagClassName
{
color: #C22EE7;
}
</style>
background-color css
<style>
a { background-color: #C22EE7; }
a { background-color: rgb(194,46,231); }
div.DivClassName
{
background-color: #C22EE7;
}
.BgClassName
{
background-color: #C22EE7;
}
</style>
border-color css
<style>
span { border-color: #C22EE7; }
span { border-color: rgb(194,46,231); }
td.TdClassName
{
border-color: #C22EE7;
}
.TagClassName
{
border-color: #C22EE7;
}
</style>