Shades of Medium Orchid #C22AD5
Tints of Medium Orchid #C22AD5
RGB
CMYK
RGB Variations
Color information
#C22AD5 (or 0xC22AD5) is known color: Medium Orchid. HEX triplet: C2, 2A and D5. RGB value is (194,42,213). Sum of RGB (Red+Green+Blue) = 194+42+213=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #C22AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22AD5 is #3DD52A. Grayscale: #6A6A6A. Windows color (decimal): -4052267 or 13970114. OLE color: 13970114.
HSL color Cylindrical-coordinate representation of color #C22AD5: hue angle of 293.33º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22AD5 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 42 | 213 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.16 |
| HSL | 293.33º | 0.67% | 0.5% | - |
| HSV(B) | 293.33º | 0.8% | 0.84% | - |
| XYZ | 35.09 | 17.93 | 64.56 | - |
| YUV | 106.94 | 187.86 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 213 | 0.09 | 0.80 | 0 | 0.16 | 293.33 | 0.67 | 0.5 |
| Hex | C2 | 2A | D5 | 9 | 50 | 0 | 10 | 125 | 43 | 32 |
| Octal | 302 | 52 | 325 | 11 | 120 | 0 | 20 | 445 | 103 | 62 |
| Binary | 11000010 | 101010 | 11010101 | 1001 | 1010000 | 0 | 10000 | 100100101 | 1000011 | 110010 |
Color Harmonies of #C22AD5
Complementary color
Monochromatic Colors of #C22AD5
Black with #C22AD5
Text Example
Text Example
White with #C22AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AD5; }
p { color: rgb(194,42,213); }
H1.HeaderClassName
{
color: #C22AD5;
}
.AnyTagClassName
{
color: #C22AD5;
}
</style>
background-color css
<style>
a { background-color: #C22AD5; }
a { background-color: rgb(194,42,213); }
div.DivClassName
{
background-color: #C22AD5;
}
.BgClassName
{
background-color: #C22AD5;
}
</style>
border-color css
<style>
span { border-color: #C22AD5; }
span { border-color: rgb(194,42,213); }
td.TdClassName
{
border-color: #C22AD5;
}
.TagClassName
{
border-color: #C22AD5;
}
</style>