Shades of Medium Orchid #C22EDB
Tints of Medium Orchid #C22EDB
RGB
CMYK
RGB Variations
Color information
#C22EDB (or 0xC22EDB) is known color: Medium Orchid. HEX triplet: C2, 2E and DB. RGB value is (194,46,219). Sum of RGB (Red+Green+Blue) = 194+46+219=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #C22EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22EDB is #3DD124. Grayscale: #6D6D6D. Windows color (decimal): -4051237 or 14364354. OLE color: 14364354.
HSL color Cylindrical-coordinate representation of color #C22EDB: hue angle of 291.33º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22EDB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 46 | 219 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.14 |
| HSL | 291.33º | 0.71% | 0.52% | - |
| HSV(B) | 291.33º | 0.79% | 0.86% | - |
| XYZ | 36.01 | 18.54 | 68.7 | - |
| YUV | 109.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 219 | 0.11 | 0.79 | 0 | 0.14 | 291.33 | 0.71 | 0.52 |
| Hex | C2 | 2E | DB | B | 4F | 0 | E | 123 | 47 | 34 |
| Octal | 302 | 56 | 333 | 13 | 117 | 0 | 16 | 443 | 107 | 64 |
| Binary | 11000010 | 101110 | 11011011 | 1011 | 1001111 | 0 | 1110 | 100100011 | 1000111 | 110100 |
Color Harmonies of #C22EDB
Complementary color
Monochromatic Colors of #C22EDB
Black with #C22EDB
Text Example
Text Example
White with #C22EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22EDB; }
p { color: rgb(194,46,219); }
H1.HeaderClassName
{
color: #C22EDB;
}
.AnyTagClassName
{
color: #C22EDB;
}
</style>
background-color css
<style>
a { background-color: #C22EDB; }
a { background-color: rgb(194,46,219); }
div.DivClassName
{
background-color: #C22EDB;
}
.BgClassName
{
background-color: #C22EDB;
}
</style>
border-color css
<style>
span { border-color: #C22EDB; }
span { border-color: rgb(194,46,219); }
td.TdClassName
{
border-color: #C22EDB;
}
.TagClassName
{
border-color: #C22EDB;
}
</style>