Shades of Medium Orchid #C22CDC
Tints of Medium Orchid #C22CDC
RGB
CMYK
RGB Variations
Color information
#C22CDC (or 0xC22CDC) is known color: Medium Orchid. HEX triplet: C2, 2C and DC. RGB value is (194,44,220). Sum of RGB (Red+Green+Blue) = 194+44+220=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #C22CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CDC is #3DD323. Grayscale: #6C6C6C. Windows color (decimal): -4051748 or 14429378. OLE color: 14429378.
HSL color Cylindrical-coordinate representation of color #C22CDC: hue angle of 291.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22CDC is Cyan = 0.12, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 44 | 220 | - |
| CMYK | 0.12 | 0.8 | 0 | 0.14 |
| HSL | 291.14º | 0.72% | 0.52% | - |
| HSV(B) | 291.14º | 0.8% | 0.86% | - |
| XYZ | 36.07 | 18.44 | 69.37 | - |
| YUV | 108.91 | 190.7 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 220 | 0.12 | 0.8 | 0 | 0.14 | 291.14 | 0.72 | 0.52 |
| Hex | C2 | 2C | DC | C | 50 | 0 | E | 123 | 48 | 34 |
| Octal | 302 | 54 | 334 | 14 | 120 | 0 | 16 | 443 | 110 | 64 |
| Binary | 11000010 | 101100 | 11011100 | 1100 | 1010000 | 0 | 1110 | 100100011 | 1001000 | 110100 |
Color Harmonies of #C22CDC
Complementary color
Monochromatic Colors of #C22CDC
Black with #C22CDC
Text Example
Text Example
White with #C22CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CDC; }
p { color: rgb(194,44,220); }
H1.HeaderClassName
{
color: #C22CDC;
}
.AnyTagClassName
{
color: #C22CDC;
}
</style>
background-color css
<style>
a { background-color: #C22CDC; }
a { background-color: rgb(194,44,220); }
div.DivClassName
{
background-color: #C22CDC;
}
.BgClassName
{
background-color: #C22CDC;
}
</style>
border-color css
<style>
span { border-color: #C22CDC; }
span { border-color: rgb(194,44,220); }
td.TdClassName
{
border-color: #C22CDC;
}
.TagClassName
{
border-color: #C22CDC;
}
</style>