Shades of Medium Orchid #C22CE9
Tints of Medium Orchid #C22CE9
RGB
CMYK
RGB Variations
Color information
#C22CE9 (or 0xC22CE9) is known color: Medium Orchid. HEX triplet: C2, 2C and E9. RGB value is (194,44,233). Sum of RGB (Red+Green+Blue) = 194+44+233=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #C22CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22CE9 is #3DD316. Grayscale: #6D6D6D. Windows color (decimal): -4051735 or 15281346. OLE color: 15281346.
HSL color Cylindrical-coordinate representation of color #C22CE9: hue angle of 287.62º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22CE9 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 44 | 233 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.09 |
| HSL | 287.62º | 0.81% | 0.54% | - |
| HSV(B) | 287.62º | 0.81% | 0.91% | - |
| XYZ | 37.86 | 19.15 | 78.79 | - |
| YUV | 110.4 | 197.2 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 233 | 0.17 | 0.81 | 0 | 0.09 | 287.62 | 0.81 | 0.54 |
| Hex | C2 | 2C | E9 | 11 | 51 | 0 | 9 | 120 | 51 | 36 |
| Octal | 302 | 54 | 351 | 21 | 121 | 0 | 11 | 440 | 121 | 66 |
| Binary | 11000010 | 101100 | 11101001 | 10001 | 1010001 | 0 | 1001 | 100100000 | 1010001 | 110110 |
Color Harmonies of #C22CE9
Complementary color
Monochromatic Colors of #C22CE9
Black with #C22CE9
Text Example
Text Example
White with #C22CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CE9; }
p { color: rgb(194,44,233); }
H1.HeaderClassName
{
color: #C22CE9;
}
.AnyTagClassName
{
color: #C22CE9;
}
</style>
background-color css
<style>
a { background-color: #C22CE9; }
a { background-color: rgb(194,44,233); }
div.DivClassName
{
background-color: #C22CE9;
}
.BgClassName
{
background-color: #C22CE9;
}
</style>
border-color css
<style>
span { border-color: #C22CE9; }
span { border-color: rgb(194,44,233); }
td.TdClassName
{
border-color: #C22CE9;
}
.TagClassName
{
border-color: #C22CE9;
}
</style>