Shades of Medium Orchid #C22ADE
Tints of Medium Orchid #C22ADE
RGB
CMYK
RGB Variations
Color information
#C22ADE (or 0xC22ADE) is known color: Medium Orchid. HEX triplet: C2, 2A and DE. RGB value is (194,42,222). Sum of RGB (Red+Green+Blue) = 194+42+222=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #C22ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22ADE is #3DD521. Grayscale: #6B6B6B. Windows color (decimal): -4052258 or 14559938. OLE color: 14559938.
HSL color Cylindrical-coordinate representation of color #C22ADE: hue angle of 290.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22ADE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 42 | 222 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.13 |
| HSL | 290.67º | 0.73% | 0.52% | - |
| HSV(B) | 290.67º | 0.81% | 0.87% | - |
| XYZ | 36.26 | 18.4 | 70.75 | - |
| YUV | 107.97 | 192.36 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 222 | 0.13 | 0.81 | 0 | 0.13 | 290.67 | 0.73 | 0.52 |
| Hex | C2 | 2A | DE | D | 51 | 0 | D | 123 | 49 | 34 |
| Octal | 302 | 52 | 336 | 15 | 121 | 0 | 15 | 443 | 111 | 64 |
| Binary | 11000010 | 101010 | 11011110 | 1101 | 1010001 | 0 | 1101 | 100100011 | 1001001 | 110100 |
Color Harmonies of #C22ADE
Complementary color
Monochromatic Colors of #C22ADE
Black with #C22ADE
Text Example
Text Example
White with #C22ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22ADE; }
p { color: rgb(194,42,222); }
H1.HeaderClassName
{
color: #C22ADE;
}
.AnyTagClassName
{
color: #C22ADE;
}
</style>
background-color css
<style>
a { background-color: #C22ADE; }
a { background-color: rgb(194,42,222); }
div.DivClassName
{
background-color: #C22ADE;
}
.BgClassName
{
background-color: #C22ADE;
}
</style>
border-color css
<style>
span { border-color: #C22ADE; }
span { border-color: rgb(194,42,222); }
td.TdClassName
{
border-color: #C22ADE;
}
.TagClassName
{
border-color: #C22ADE;
}
</style>