Shades of Medium Orchid #C22CE8
Tints of Medium Orchid #C22CE8
RGB
CMYK
RGB Variations
Color information
#C22CE8 (or 0xC22CE8) is known color: Medium Orchid. HEX triplet: C2, 2C and E8. RGB value is (194,44,232). Sum of RGB (Red+Green+Blue) = 194+44+232=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #C22CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22CE8 is #3DD317. Grayscale: #6D6D6D. Windows color (decimal): -4051736 or 15215810. OLE color: 15215810.
HSL color Cylindrical-coordinate representation of color #C22CE8: hue angle of 287.87º degrees, saturation: 0.8, 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 #C22CE8 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 44 | 232 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.09 |
| HSL | 287.87º | 0.8% | 0.54% | - |
| HSV(B) | 287.87º | 0.81% | 0.91% | - |
| XYZ | 37.71 | 19.1 | 78.04 | - |
| YUV | 110.28 | 196.7 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 232 | 0.16 | 0.81 | 0 | 0.09 | 287.87 | 0.8 | 0.54 |
| Hex | C2 | 2C | E8 | 10 | 51 | 0 | 9 | 120 | 50 | 36 |
| Octal | 302 | 54 | 350 | 20 | 121 | 0 | 11 | 440 | 120 | 66 |
| Binary | 11000010 | 101100 | 11101000 | 10000 | 1010001 | 0 | 1001 | 100100000 | 1010000 | 110110 |
Color Harmonies of #C22CE8
Complementary color
Monochromatic Colors of #C22CE8
Black with #C22CE8
Text Example
Text Example
White with #C22CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CE8; }
p { color: rgb(194,44,232); }
H1.HeaderClassName
{
color: #C22CE8;
}
.AnyTagClassName
{
color: #C22CE8;
}
</style>
background-color css
<style>
a { background-color: #C22CE8; }
a { background-color: rgb(194,44,232); }
div.DivClassName
{
background-color: #C22CE8;
}
.BgClassName
{
background-color: #C22CE8;
}
</style>
border-color css
<style>
span { border-color: #C22CE8; }
span { border-color: rgb(194,44,232); }
td.TdClassName
{
border-color: #C22CE8;
}
.TagClassName
{
border-color: #C22CE8;
}
</style>