Shades of Medium Orchid #C22DDE
Tints of Medium Orchid #C22DDE
RGB
CMYK
RGB Variations
Color information
#C22DDE (or 0xC22DDE) is known color: Medium Orchid. HEX triplet: C2, 2D and DE. RGB value is (194,45,222). Sum of RGB (Red+Green+Blue) = 194+45+222=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #C22DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DDE is #3DD221. Grayscale: #6D6D6D. Windows color (decimal): -4051490 or 14560706. OLE color: 14560706.
HSL color Cylindrical-coordinate representation of color #C22DDE: hue angle of 290.51º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22DDE is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 45 | 222 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.13 |
| HSL | 290.51º | 0.73% | 0.52% | - |
| HSV(B) | 290.51º | 0.8% | 0.87% | - |
| XYZ | 36.37 | 18.62 | 70.78 | - |
| YUV | 109.73 | 191.36 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 222 | 0.13 | 0.80 | 0 | 0.13 | 290.51 | 0.73 | 0.52 |
| Hex | C2 | 2D | DE | D | 50 | 0 | D | 123 | 49 | 34 |
| Octal | 302 | 55 | 336 | 15 | 120 | 0 | 15 | 443 | 111 | 64 |
| Binary | 11000010 | 101101 | 11011110 | 1101 | 1010000 | 0 | 1101 | 100100011 | 1001001 | 110100 |
Color Harmonies of #C22DDE
Complementary color
Monochromatic Colors of #C22DDE
Black with #C22DDE
Text Example
Text Example
White with #C22DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DDE; }
p { color: rgb(194,45,222); }
H1.HeaderClassName
{
color: #C22DDE;
}
.AnyTagClassName
{
color: #C22DDE;
}
</style>
background-color css
<style>
a { background-color: #C22DDE; }
a { background-color: rgb(194,45,222); }
div.DivClassName
{
background-color: #C22DDE;
}
.BgClassName
{
background-color: #C22DDE;
}
</style>
border-color css
<style>
span { border-color: #C22DDE; }
span { border-color: rgb(194,45,222); }
td.TdClassName
{
border-color: #C22DDE;
}
.TagClassName
{
border-color: #C22DDE;
}
</style>