Shades of Medium Orchid #C22BE9
Tints of Medium Orchid #C22BE9
RGB
CMYK
RGB Variations
Color information
#C22BE9 (or 0xC22BE9) is known color: Medium Orchid. HEX triplet: C2, 2B and E9. RGB value is (194,43,233). Sum of RGB (Red+Green+Blue) = 194+43+233=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #C22BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22BE9 is #3DD416. Grayscale: #6D6D6D. Windows color (decimal): -4051991 or 15281090. OLE color: 15281090.
HSL color Cylindrical-coordinate representation of color #C22BE9: hue angle of 287.68º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22BE9 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 43 | 233 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.09 |
| HSL | 287.68º | 0.81% | 0.54% | - |
| HSV(B) | 287.68º | 0.82% | 0.91% | - |
| XYZ | 37.82 | 19.08 | 78.78 | - |
| YUV | 109.81 | 197.53 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 233 | 0.17 | 0.82 | 0 | 0.09 | 287.68 | 0.81 | 0.54 |
| Hex | C2 | 2B | E9 | 11 | 52 | 0 | 9 | 120 | 51 | 36 |
| Octal | 302 | 53 | 351 | 21 | 122 | 0 | 11 | 440 | 121 | 66 |
| Binary | 11000010 | 101011 | 11101001 | 10001 | 1010010 | 0 | 1001 | 100100000 | 1010001 | 110110 |
Color Harmonies of #C22BE9
Complementary color
Monochromatic Colors of #C22BE9
Black with #C22BE9
Text Example
Text Example
White with #C22BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BE9; }
p { color: rgb(194,43,233); }
H1.HeaderClassName
{
color: #C22BE9;
}
.AnyTagClassName
{
color: #C22BE9;
}
</style>
background-color css
<style>
a { background-color: #C22BE9; }
a { background-color: rgb(194,43,233); }
div.DivClassName
{
background-color: #C22BE9;
}
.BgClassName
{
background-color: #C22BE9;
}
</style>
border-color css
<style>
span { border-color: #C22BE9; }
span { border-color: rgb(194,43,233); }
td.TdClassName
{
border-color: #C22BE9;
}
.TagClassName
{
border-color: #C22BE9;
}
</style>