Shades of Medium Orchid #C22ED0
Tints of Medium Orchid #C22ED0
RGB
CMYK
RGB Variations
Color information
#C22ED0 (or 0xC22ED0) is known color: Medium Orchid. HEX triplet: C2, 2E and D0. RGB value is (194,46,208). Sum of RGB (Red+Green+Blue) = 194+46+208=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #C22ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22ED0 is #3DD12F. Grayscale: #6C6C6C. Windows color (decimal): -4051248 or 13643458. OLE color: 13643458.
HSL color Cylindrical-coordinate representation of color #C22ED0: hue angle of 294.81º 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 #C22ED0 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 46 | 208 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.18 |
| HSL | 294.81º | 0.64% | 0.5% | - |
| HSV(B) | 294.81º | 0.78% | 0.82% | - |
| XYZ | 34.61 | 17.98 | 61.32 | - |
| YUV | 108.72 | 184.03 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 208 | 0.07 | 0.78 | 0 | 0.18 | 294.81 | 0.64 | 0.5 |
| Hex | C2 | 2E | D0 | 7 | 4E | 0 | 12 | 127 | 40 | 32 |
| Octal | 302 | 56 | 320 | 7 | 116 | 0 | 22 | 447 | 100 | 62 |
| Binary | 11000010 | 101110 | 11010000 | 111 | 1001110 | 0 | 10010 | 100100111 | 1000000 | 110010 |
Color Harmonies of #C22ED0
Complementary color
Monochromatic Colors of #C22ED0
Black with #C22ED0
Text Example
Text Example
White with #C22ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22ED0; }
p { color: rgb(194,46,208); }
H1.HeaderClassName
{
color: #C22ED0;
}
.AnyTagClassName
{
color: #C22ED0;
}
</style>
background-color css
<style>
a { background-color: #C22ED0; }
a { background-color: rgb(194,46,208); }
div.DivClassName
{
background-color: #C22ED0;
}
.BgClassName
{
background-color: #C22ED0;
}
</style>
border-color css
<style>
span { border-color: #C22ED0; }
span { border-color: rgb(194,46,208); }
td.TdClassName
{
border-color: #C22ED0;
}
.TagClassName
{
border-color: #C22ED0;
}
</style>