Shades of Medium Orchid #C22ADD
Tints of Medium Orchid #C22ADD
RGB
CMYK
RGB Variations
Color information
#C22ADD (or 0xC22ADD) is known color: Medium Orchid. HEX triplet: C2, 2A and DD. RGB value is (194,42,221). Sum of RGB (Red+Green+Blue) = 194+42+221=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #C22ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22ADD is #3DD522. Grayscale: #6B6B6B. Windows color (decimal): -4052259 or 14494402. OLE color: 14494402.
HSL color Cylindrical-coordinate representation of color #C22ADD: hue angle of 290.95º degrees, saturation: 0.72, 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 #C22ADD is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 42 | 221 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.13 |
| HSL | 290.95º | 0.72% | 0.52% | - |
| HSV(B) | 290.95º | 0.81% | 0.87% | - |
| XYZ | 36.13 | 18.35 | 70.04 | - |
| YUV | 107.85 | 191.86 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 221 | 0.12 | 0.81 | 0 | 0.13 | 290.95 | 0.72 | 0.52 |
| Hex | C2 | 2A | DD | C | 51 | 0 | D | 123 | 48 | 34 |
| Octal | 302 | 52 | 335 | 14 | 121 | 0 | 15 | 443 | 110 | 64 |
| Binary | 11000010 | 101010 | 11011101 | 1100 | 1010001 | 0 | 1101 | 100100011 | 1001000 | 110100 |
Color Harmonies of #C22ADD
Complementary color
Monochromatic Colors of #C22ADD
Black with #C22ADD
Text Example
Text Example
White with #C22ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22ADD; }
p { color: rgb(194,42,221); }
H1.HeaderClassName
{
color: #C22ADD;
}
.AnyTagClassName
{
color: #C22ADD;
}
</style>
background-color css
<style>
a { background-color: #C22ADD; }
a { background-color: rgb(194,42,221); }
div.DivClassName
{
background-color: #C22ADD;
}
.BgClassName
{
background-color: #C22ADD;
}
</style>
border-color css
<style>
span { border-color: #C22ADD; }
span { border-color: rgb(194,42,221); }
td.TdClassName
{
border-color: #C22ADD;
}
.TagClassName
{
border-color: #C22ADD;
}
</style>