Shades of Medium Orchid #C22EDE
Tints of Medium Orchid #C22EDE
RGB
CMYK
RGB Variations
Color information
#C22EDE (or 0xC22EDE) is known color: Medium Orchid. HEX triplet: C2, 2E and DE. RGB value is (194,46,222). Sum of RGB (Red+Green+Blue) = 194+46+222=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #C22EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22EDE is #3DD121. Grayscale: #6D6D6D. Windows color (decimal): -4051234 or 14560962. OLE color: 14560962.
HSL color Cylindrical-coordinate representation of color #C22EDE: hue angle of 290.45º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22EDE is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 46 | 222 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.13 |
| HSL | 290.45º | 0.73% | 0.53% | - |
| HSV(B) | 290.45º | 0.79% | 0.87% | - |
| XYZ | 36.41 | 18.7 | 70.8 | - |
| YUV | 110.32 | 191.03 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 222 | 0.13 | 0.79 | 0 | 0.13 | 290.45 | 0.73 | 0.53 |
| Hex | C2 | 2E | DE | D | 4F | 0 | D | 122 | 49 | 35 |
| Octal | 302 | 56 | 336 | 15 | 117 | 0 | 15 | 442 | 111 | 65 |
| Binary | 11000010 | 101110 | 11011110 | 1101 | 1001111 | 0 | 1101 | 100100010 | 1001001 | 110101 |
Color Harmonies of #C22EDE
Complementary color
Monochromatic Colors of #C22EDE
Black with #C22EDE
Text Example
Text Example
White with #C22EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22EDE; }
p { color: rgb(194,46,222); }
H1.HeaderClassName
{
color: #C22EDE;
}
.AnyTagClassName
{
color: #C22EDE;
}
</style>
background-color css
<style>
a { background-color: #C22EDE; }
a { background-color: rgb(194,46,222); }
div.DivClassName
{
background-color: #C22EDE;
}
.BgClassName
{
background-color: #C22EDE;
}
</style>
border-color css
<style>
span { border-color: #C22EDE; }
span { border-color: rgb(194,46,222); }
td.TdClassName
{
border-color: #C22EDE;
}
.TagClassName
{
border-color: #C22EDE;
}
</style>