Shades of Medium Orchid #C22ED8
Tints of Medium Orchid #C22ED8
RGB
CMYK
RGB Variations
Color information
#C22ED8 (or 0xC22ED8) is known color: Medium Orchid. HEX triplet: C2, 2E and D8. RGB value is (194,46,216). Sum of RGB (Red+Green+Blue) = 194+46+216=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #C22ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22ED8 is #3DD127. Grayscale: #6D6D6D. Windows color (decimal): -4051240 or 14167746. OLE color: 14167746.
HSL color Cylindrical-coordinate representation of color #C22ED8: hue angle of 292.24º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22ED8 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 46 | 216 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.15 |
| HSL | 292.24º | 0.69% | 0.51% | - |
| HSV(B) | 292.24º | 0.79% | 0.85% | - |
| XYZ | 35.62 | 18.38 | 66.64 | - |
| YUV | 109.63 | 188.03 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 216 | 0.10 | 0.79 | 0 | 0.15 | 292.24 | 0.69 | 0.51 |
| Hex | C2 | 2E | D8 | A | 4F | 0 | F | 124 | 45 | 33 |
| Octal | 302 | 56 | 330 | 12 | 117 | 0 | 17 | 444 | 105 | 63 |
| Binary | 11000010 | 101110 | 11011000 | 1010 | 1001111 | 0 | 1111 | 100100100 | 1000101 | 110011 |
Color Harmonies of #C22ED8
Complementary color
Monochromatic Colors of #C22ED8
Black with #C22ED8
Text Example
Text Example
White with #C22ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22ED8; }
p { color: rgb(194,46,216); }
H1.HeaderClassName
{
color: #C22ED8;
}
.AnyTagClassName
{
color: #C22ED8;
}
</style>
background-color css
<style>
a { background-color: #C22ED8; }
a { background-color: rgb(194,46,216); }
div.DivClassName
{
background-color: #C22ED8;
}
.BgClassName
{
background-color: #C22ED8;
}
</style>
border-color css
<style>
span { border-color: #C22ED8; }
span { border-color: rgb(194,46,216); }
td.TdClassName
{
border-color: #C22ED8;
}
.TagClassName
{
border-color: #C22ED8;
}
</style>