Shades of Medium Orchid #C22ADC
Tints of Medium Orchid #C22ADC
RGB
CMYK
RGB Variations
Color information
#C22ADC (or 0xC22ADC) is known color: Medium Orchid. HEX triplet: C2, 2A and DC. RGB value is (194,42,220). Sum of RGB (Red+Green+Blue) = 194+42+220=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #C22ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22ADC is #3DD523. Grayscale: #6B6B6B. Windows color (decimal): -4052260 or 14428866. OLE color: 14428866.
HSL color Cylindrical-coordinate representation of color #C22ADC: hue angle of 291.24º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22ADC is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 42 | 220 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.14 |
| HSL | 291.24º | 0.72% | 0.51% | - |
| HSV(B) | 291.24º | 0.81% | 0.86% | - |
| XYZ | 35.99 | 18.29 | 69.34 | - |
| YUV | 107.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 220 | 0.12 | 0.81 | 0 | 0.14 | 291.24 | 0.72 | 0.51 |
| Hex | C2 | 2A | DC | C | 51 | 0 | E | 123 | 48 | 33 |
| Octal | 302 | 52 | 334 | 14 | 121 | 0 | 16 | 443 | 110 | 63 |
| Binary | 11000010 | 101010 | 11011100 | 1100 | 1010001 | 0 | 1110 | 100100011 | 1001000 | 110011 |
Color Harmonies of #C22ADC
Complementary color
Monochromatic Colors of #C22ADC
Black with #C22ADC
Text Example
Text Example
White with #C22ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22ADC; }
p { color: rgb(194,42,220); }
H1.HeaderClassName
{
color: #C22ADC;
}
.AnyTagClassName
{
color: #C22ADC;
}
</style>
background-color css
<style>
a { background-color: #C22ADC; }
a { background-color: rgb(194,42,220); }
div.DivClassName
{
background-color: #C22ADC;
}
.BgClassName
{
background-color: #C22ADC;
}
</style>
border-color css
<style>
span { border-color: #C22ADC; }
span { border-color: rgb(194,42,220); }
td.TdClassName
{
border-color: #C22ADC;
}
.TagClassName
{
border-color: #C22ADC;
}
</style>