Shades of Medium Orchid #C22CE0
Tints of Medium Orchid #C22CE0
RGB
CMYK
RGB Variations
Color information
#C22CE0 (or 0xC22CE0) is known color: Medium Orchid. HEX triplet: C2, 2C and E0. RGB value is (194,44,224). Sum of RGB (Red+Green+Blue) = 194+44+224=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #C22CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CE0 is #3DD31F. Grayscale: #6C6C6C. Windows color (decimal): -4051744 or 14691522. OLE color: 14691522.
HSL color Cylindrical-coordinate representation of color #C22CE0: hue angle of 290º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22CE0 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 44 | 224 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.12 |
| HSL | 290º | 0.74% | 0.53% | - |
| HSV(B) | 290º | 0.8% | 0.88% | - |
| XYZ | 36.6 | 18.65 | 72.19 | - |
| YUV | 109.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 224 | 0.13 | 0.80 | 0 | 0.12 | 290 | 0.74 | 0.53 |
| Hex | C2 | 2C | E0 | D | 50 | 0 | C | 122 | 4A | 35 |
| Octal | 302 | 54 | 340 | 15 | 120 | 0 | 14 | 442 | 112 | 65 |
| Binary | 11000010 | 101100 | 11100000 | 1101 | 1010000 | 0 | 1100 | 100100010 | 1001010 | 110101 |
Color Harmonies of #C22CE0
Complementary color
Monochromatic Colors of #C22CE0
Black with #C22CE0
Text Example
Text Example
White with #C22CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CE0; }
p { color: rgb(194,44,224); }
H1.HeaderClassName
{
color: #C22CE0;
}
.AnyTagClassName
{
color: #C22CE0;
}
</style>
background-color css
<style>
a { background-color: #C22CE0; }
a { background-color: rgb(194,44,224); }
div.DivClassName
{
background-color: #C22CE0;
}
.BgClassName
{
background-color: #C22CE0;
}
</style>
border-color css
<style>
span { border-color: #C22CE0; }
span { border-color: rgb(194,44,224); }
td.TdClassName
{
border-color: #C22CE0;
}
.TagClassName
{
border-color: #C22CE0;
}
</style>