Shades of Medium Orchid #C22BE4
Tints of Medium Orchid #C22BE4
RGB
CMYK
RGB Variations
Color information
#C22BE4 (or 0xC22BE4) is known color: Medium Orchid. HEX triplet: C2, 2B and E4. RGB value is (194,43,228). Sum of RGB (Red+Green+Blue) = 194+43+228=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #C22BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22BE4 is #3DD41B. Grayscale: #6C6C6C. Windows color (decimal): -4051996 or 14953410. OLE color: 14953410.
HSL color Cylindrical-coordinate representation of color #C22BE4: hue angle of 288.97º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22BE4 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 43 | 228 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.11 |
| HSL | 288.97º | 0.77% | 0.53% | - |
| HSV(B) | 288.97º | 0.81% | 0.89% | - |
| XYZ | 37.12 | 18.8 | 75.07 | - |
| YUV | 109.24 | 195.03 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 228 | 0.15 | 0.81 | 0 | 0.11 | 288.97 | 0.77 | 0.53 |
| Hex | C2 | 2B | E4 | F | 51 | 0 | B | 121 | 4D | 35 |
| Octal | 302 | 53 | 344 | 17 | 121 | 0 | 13 | 441 | 115 | 65 |
| Binary | 11000010 | 101011 | 11100100 | 1111 | 1010001 | 0 | 1011 | 100100001 | 1001101 | 110101 |
Color Harmonies of #C22BE4
Complementary color
Monochromatic Colors of #C22BE4
Black with #C22BE4
Text Example
Text Example
White with #C22BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BE4; }
p { color: rgb(194,43,228); }
H1.HeaderClassName
{
color: #C22BE4;
}
.AnyTagClassName
{
color: #C22BE4;
}
</style>
background-color css
<style>
a { background-color: #C22BE4; }
a { background-color: rgb(194,43,228); }
div.DivClassName
{
background-color: #C22BE4;
}
.BgClassName
{
background-color: #C22BE4;
}
</style>
border-color css
<style>
span { border-color: #C22BE4; }
span { border-color: rgb(194,43,228); }
td.TdClassName
{
border-color: #C22BE4;
}
.TagClassName
{
border-color: #C22BE4;
}
</style>