Shades of Medium Orchid #C22CEA
Tints of Medium Orchid #C22CEA
RGB
CMYK
RGB Variations
Color information
#C22CEA (or 0xC22CEA) is known color: Medium Orchid. HEX triplet: C2, 2C and EA. RGB value is (194,44,234). Sum of RGB (Red+Green+Blue) = 194+44+234=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #C22CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22CEA is #3DD315. Grayscale: #6D6D6D. Windows color (decimal): -4051734 or 15346882. OLE color: 15346882.
HSL color Cylindrical-coordinate representation of color #C22CEA: hue angle of 287.37º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22CEA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 44 | 234 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.08 |
| HSL | 287.37º | 0.82% | 0.55% | - |
| HSV(B) | 287.37º | 0.81% | 0.92% | - |
| XYZ | 38 | 19.21 | 79.55 | - |
| YUV | 110.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 234 | 0.17 | 0.81 | 0 | 0.08 | 287.37 | 0.82 | 0.55 |
| Hex | C2 | 2C | EA | 11 | 51 | 0 | 8 | 11F | 52 | 37 |
| Octal | 302 | 54 | 352 | 21 | 121 | 0 | 10 | 437 | 122 | 67 |
| Binary | 11000010 | 101100 | 11101010 | 10001 | 1010001 | 0 | 1000 | 100011111 | 1010010 | 110111 |
Color Harmonies of #C22CEA
Complementary color
Monochromatic Colors of #C22CEA
Black with #C22CEA
Text Example
Text Example
White with #C22CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CEA; }
p { color: rgb(194,44,234); }
H1.HeaderClassName
{
color: #C22CEA;
}
.AnyTagClassName
{
color: #C22CEA;
}
</style>
background-color css
<style>
a { background-color: #C22CEA; }
a { background-color: rgb(194,44,234); }
div.DivClassName
{
background-color: #C22CEA;
}
.BgClassName
{
background-color: #C22CEA;
}
</style>
border-color css
<style>
span { border-color: #C22CEA; }
span { border-color: rgb(194,44,234); }
td.TdClassName
{
border-color: #C22CEA;
}
.TagClassName
{
border-color: #C22CEA;
}
</style>