Shades of Medium Orchid #C22DDD
Tints of Medium Orchid #C22DDD
RGB
CMYK
RGB Variations
Color information
#C22DDD (or 0xC22DDD) is known color: Medium Orchid. HEX triplet: C2, 2D and DD. RGB value is (194,45,221). Sum of RGB (Red+Green+Blue) = 194+45+221=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #C22DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DDD is #3DD222. Grayscale: #6D6D6D. Windows color (decimal): -4051491 or 14495170. OLE color: 14495170.
HSL color Cylindrical-coordinate representation of color #C22DDD: hue angle of 290.8º degrees, saturation: 0.72, 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 #C22DDD is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 45 | 221 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.13 |
| HSL | 290.8º | 0.72% | 0.52% | - |
| HSV(B) | 290.8º | 0.8% | 0.87% | - |
| XYZ | 36.24 | 18.57 | 70.08 | - |
| YUV | 109.62 | 190.86 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 221 | 0.12 | 0.80 | 0 | 0.13 | 290.8 | 0.72 | 0.52 |
| Hex | C2 | 2D | DD | C | 50 | 0 | D | 123 | 48 | 34 |
| Octal | 302 | 55 | 335 | 14 | 120 | 0 | 15 | 443 | 110 | 64 |
| Binary | 11000010 | 101101 | 11011101 | 1100 | 1010000 | 0 | 1101 | 100100011 | 1001000 | 110100 |
Color Harmonies of #C22DDD
Complementary color
Monochromatic Colors of #C22DDD
Black with #C22DDD
Text Example
Text Example
White with #C22DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DDD; }
p { color: rgb(194,45,221); }
H1.HeaderClassName
{
color: #C22DDD;
}
.AnyTagClassName
{
color: #C22DDD;
}
</style>
background-color css
<style>
a { background-color: #C22DDD; }
a { background-color: rgb(194,45,221); }
div.DivClassName
{
background-color: #C22DDD;
}
.BgClassName
{
background-color: #C22DDD;
}
</style>
border-color css
<style>
span { border-color: #C22DDD; }
span { border-color: rgb(194,45,221); }
td.TdClassName
{
border-color: #C22DDD;
}
.TagClassName
{
border-color: #C22DDD;
}
</style>