Shades of Medium Orchid #C22EEA
Tints of Medium Orchid #C22EEA
RGB
CMYK
RGB Variations
Color information
#C22EEA (or 0xC22EEA) is known color: Medium Orchid. HEX triplet: C2, 2E and EA. RGB value is (194,46,234). Sum of RGB (Red+Green+Blue) = 194+46+234=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #C22EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22EEA is #3DD115. Grayscale: #6F6F6F. Windows color (decimal): -4051222 or 15347394. OLE color: 15347394.
HSL color Cylindrical-coordinate representation of color #C22EEA: hue angle of 287.23º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22EEA is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 46 | 234 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.08 |
| HSL | 287.23º | 0.82% | 0.55% | - |
| HSV(B) | 287.23º | 0.8% | 0.92% | - |
| XYZ | 38.08 | 19.36 | 79.57 | - |
| YUV | 111.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 234 | 0.17 | 0.80 | 0 | 0.08 | 287.23 | 0.82 | 0.55 |
| Hex | C2 | 2E | EA | 11 | 50 | 0 | 8 | 11F | 52 | 37 |
| Octal | 302 | 56 | 352 | 21 | 120 | 0 | 10 | 437 | 122 | 67 |
| Binary | 11000010 | 101110 | 11101010 | 10001 | 1010000 | 0 | 1000 | 100011111 | 1010010 | 110111 |
Color Harmonies of #C22EEA
Complementary color
Monochromatic Colors of #C22EEA
Black with #C22EEA
Text Example
Text Example
White with #C22EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22EEA; }
p { color: rgb(194,46,234); }
H1.HeaderClassName
{
color: #C22EEA;
}
.AnyTagClassName
{
color: #C22EEA;
}
</style>
background-color css
<style>
a { background-color: #C22EEA; }
a { background-color: rgb(194,46,234); }
div.DivClassName
{
background-color: #C22EEA;
}
.BgClassName
{
background-color: #C22EEA;
}
</style>
border-color css
<style>
span { border-color: #C22EEA; }
span { border-color: rgb(194,46,234); }
td.TdClassName
{
border-color: #C22EEA;
}
.TagClassName
{
border-color: #C22EEA;
}
</style>