Shades of Medium Orchid #C22CDA
Tints of Medium Orchid #C22CDA
RGB
CMYK
RGB Variations
Color information
#C22CDA (or 0xC22CDA) is known color: Medium Orchid. HEX triplet: C2, 2C and DA. RGB value is (194,44,218). Sum of RGB (Red+Green+Blue) = 194+44+218=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #C22CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CDA is #3DD325. Grayscale: #6C6C6C. Windows color (decimal): -4051750 or 14298306. OLE color: 14298306.
HSL color Cylindrical-coordinate representation of color #C22CDA: hue angle of 291.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22CDA is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 44 | 218 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.15 |
| HSL | 291.72º | 0.7% | 0.51% | - |
| HSV(B) | 291.72º | 0.8% | 0.85% | - |
| XYZ | 35.8 | 18.33 | 67.98 | - |
| YUV | 108.69 | 189.7 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 218 | 0.11 | 0.80 | 0 | 0.15 | 291.72 | 0.7 | 0.51 |
| Hex | C2 | 2C | DA | B | 50 | 0 | F | 124 | 46 | 33 |
| Octal | 302 | 54 | 332 | 13 | 120 | 0 | 17 | 444 | 106 | 63 |
| Binary | 11000010 | 101100 | 11011010 | 1011 | 1010000 | 0 | 1111 | 100100100 | 1000110 | 110011 |
Color Harmonies of #C22CDA
Complementary color
Monochromatic Colors of #C22CDA
Black with #C22CDA
Text Example
Text Example
White with #C22CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CDA; }
p { color: rgb(194,44,218); }
H1.HeaderClassName
{
color: #C22CDA;
}
.AnyTagClassName
{
color: #C22CDA;
}
</style>
background-color css
<style>
a { background-color: #C22CDA; }
a { background-color: rgb(194,44,218); }
div.DivClassName
{
background-color: #C22CDA;
}
.BgClassName
{
background-color: #C22CDA;
}
</style>
border-color css
<style>
span { border-color: #C22CDA; }
span { border-color: rgb(194,44,218); }
td.TdClassName
{
border-color: #C22CDA;
}
.TagClassName
{
border-color: #C22CDA;
}
</style>