Shades of Medium Orchid #C22ED1
Tints of Medium Orchid #C22ED1
RGB
CMYK
RGB Variations
Color information
#C22ED1 (or 0xC22ED1) is known color: Medium Orchid. HEX triplet: C2, 2E and D1. RGB value is (194,46,209). Sum of RGB (Red+Green+Blue) = 194+46+209=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #C22ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22ED1 is #3DD12E. Grayscale: #6C6C6C. Windows color (decimal): -4051247 or 13708994. OLE color: 13708994.
HSL color Cylindrical-coordinate representation of color #C22ED1: hue angle of 294.48º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22ED1 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 46 | 209 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.18 |
| HSL | 294.48º | 0.64% | 0.5% | - |
| HSV(B) | 294.48º | 0.78% | 0.82% | - |
| XYZ | 34.73 | 18.03 | 61.97 | - |
| YUV | 108.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 209 | 0.07 | 0.78 | 0 | 0.18 | 294.48 | 0.64 | 0.5 |
| Hex | C2 | 2E | D1 | 7 | 4E | 0 | 12 | 126 | 40 | 32 |
| Octal | 302 | 56 | 321 | 7 | 116 | 0 | 22 | 446 | 100 | 62 |
| Binary | 11000010 | 101110 | 11010001 | 111 | 1001110 | 0 | 10010 | 100100110 | 1000000 | 110010 |
Color Harmonies of #C22ED1
Complementary color
Monochromatic Colors of #C22ED1
Black with #C22ED1
Text Example
Text Example
White with #C22ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22ED1; }
p { color: rgb(194,46,209); }
H1.HeaderClassName
{
color: #C22ED1;
}
.AnyTagClassName
{
color: #C22ED1;
}
</style>
background-color css
<style>
a { background-color: #C22ED1; }
a { background-color: rgb(194,46,209); }
div.DivClassName
{
background-color: #C22ED1;
}
.BgClassName
{
background-color: #C22ED1;
}
</style>
border-color css
<style>
span { border-color: #C22ED1; }
span { border-color: rgb(194,46,209); }
td.TdClassName
{
border-color: #C22ED1;
}
.TagClassName
{
border-color: #C22ED1;
}
</style>