Shades of Medium Orchid #C22AD3
Tints of Medium Orchid #C22AD3
RGB
CMYK
RGB Variations
Color information
#C22AD3 (or 0xC22AD3) is known color: Medium Orchid. HEX triplet: C2, 2A and D3. RGB value is (194,42,211). Sum of RGB (Red+Green+Blue) = 194+42+211=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 211 - color contains mainly: blue. Hex color #C22AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22AD3 is #3DD52C. Grayscale: #6A6A6A. Windows color (decimal): -4052269 or 13839042. OLE color: 13839042.
HSL color Cylindrical-coordinate representation of color #C22AD3: hue angle of 293.96º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22AD3 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 42 | 211 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.17 |
| HSL | 293.96º | 0.67% | 0.5% | - |
| HSV(B) | 293.96º | 0.8% | 0.83% | - |
| XYZ | 34.83 | 17.83 | 63.23 | - |
| YUV | 106.71 | 186.86 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 211 | 0.08 | 0.80 | 0 | 0.17 | 293.96 | 0.67 | 0.5 |
| Hex | C2 | 2A | D3 | 8 | 50 | 0 | 11 | 126 | 43 | 32 |
| Octal | 302 | 52 | 323 | 10 | 120 | 0 | 21 | 446 | 103 | 62 |
| Binary | 11000010 | 101010 | 11010011 | 1000 | 1010000 | 0 | 10001 | 100100110 | 1000011 | 110010 |
Color Harmonies of #C22AD3
Complementary color
Monochromatic Colors of #C22AD3
Black with #C22AD3
Text Example
Text Example
White with #C22AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AD3; }
p { color: rgb(194,42,211); }
H1.HeaderClassName
{
color: #C22AD3;
}
.AnyTagClassName
{
color: #C22AD3;
}
</style>
background-color css
<style>
a { background-color: #C22AD3; }
a { background-color: rgb(194,42,211); }
div.DivClassName
{
background-color: #C22AD3;
}
.BgClassName
{
background-color: #C22AD3;
}
</style>
border-color css
<style>
span { border-color: #C22AD3; }
span { border-color: rgb(194,42,211); }
td.TdClassName
{
border-color: #C22AD3;
}
.TagClassName
{
border-color: #C22AD3;
}
</style>