Shades of Medium Orchid #C22AD7
Tints of Medium Orchid #C22AD7
RGB
CMYK
RGB Variations
Color information
#C22AD7 (or 0xC22AD7) is known color: Medium Orchid. HEX triplet: C2, 2A and D7. RGB value is (194,42,215). Sum of RGB (Red+Green+Blue) = 194+42+215=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #C22AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22AD7 is #3DD528. Grayscale: #6A6A6A. Windows color (decimal): -4052265 or 14101186. OLE color: 14101186.
HSL color Cylindrical-coordinate representation of color #C22AD7: hue angle of 292.72º degrees, saturation: 0.68, 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 #C22AD7 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 42 | 215 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.16 |
| HSL | 292.72º | 0.68% | 0.5% | - |
| HSV(B) | 292.72º | 0.8% | 0.84% | - |
| XYZ | 35.34 | 18.03 | 65.91 | - |
| YUV | 107.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 215 | 0.10 | 0.80 | 0 | 0.16 | 292.72 | 0.68 | 0.5 |
| Hex | C2 | 2A | D7 | A | 50 | 0 | 10 | 125 | 44 | 32 |
| Octal | 302 | 52 | 327 | 12 | 120 | 0 | 20 | 445 | 104 | 62 |
| Binary | 11000010 | 101010 | 11010111 | 1010 | 1010000 | 0 | 10000 | 100100101 | 1000100 | 110010 |
Color Harmonies of #C22AD7
Complementary color
Monochromatic Colors of #C22AD7
Black with #C22AD7
Text Example
Text Example
White with #C22AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AD7; }
p { color: rgb(194,42,215); }
H1.HeaderClassName
{
color: #C22AD7;
}
.AnyTagClassName
{
color: #C22AD7;
}
</style>
background-color css
<style>
a { background-color: #C22AD7; }
a { background-color: rgb(194,42,215); }
div.DivClassName
{
background-color: #C22AD7;
}
.BgClassName
{
background-color: #C22AD7;
}
</style>
border-color css
<style>
span { border-color: #C22AD7; }
span { border-color: rgb(194,42,215); }
td.TdClassName
{
border-color: #C22AD7;
}
.TagClassName
{
border-color: #C22AD7;
}
</style>