Shades of Medium Orchid #C22FE5
Tints of Medium Orchid #C22FE5
RGB
CMYK
RGB Variations
Color information
#C22FE5 (or 0xC22FE5) is known color: Medium Orchid. HEX triplet: C2, 2F and E5. RGB value is (194,47,229). Sum of RGB (Red+Green+Blue) = 194+47+229=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #C22FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22FE5 is #3DD01A. Grayscale: #6F6F6F. Windows color (decimal): -4050971 or 15019970. OLE color: 15019970.
HSL color Cylindrical-coordinate representation of color #C22FE5: hue angle of 288.46º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22FE5 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 47 | 229 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.10 |
| HSL | 288.46º | 0.78% | 0.54% | - |
| HSV(B) | 288.46º | 0.79% | 0.9% | - |
| XYZ | 37.41 | 19.16 | 75.86 | - |
| YUV | 111.7 | 194.2 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 229 | 0.15 | 0.79 | 0 | 0.10 | 288.46 | 0.78 | 0.54 |
| Hex | C2 | 2F | E5 | F | 4F | 0 | A | 120 | 4E | 36 |
| Octal | 302 | 57 | 345 | 17 | 117 | 0 | 12 | 440 | 116 | 66 |
| Binary | 11000010 | 101111 | 11100101 | 1111 | 1001111 | 0 | 1010 | 100100000 | 1001110 | 110110 |
Color Harmonies of #C22FE5
Complementary color
Monochromatic Colors of #C22FE5
Black with #C22FE5
Text Example
Text Example
White with #C22FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FE5; }
p { color: rgb(194,47,229); }
H1.HeaderClassName
{
color: #C22FE5;
}
.AnyTagClassName
{
color: #C22FE5;
}
</style>
background-color css
<style>
a { background-color: #C22FE5; }
a { background-color: rgb(194,47,229); }
div.DivClassName
{
background-color: #C22FE5;
}
.BgClassName
{
background-color: #C22FE5;
}
</style>
border-color css
<style>
span { border-color: #C22FE5; }
span { border-color: rgb(194,47,229); }
td.TdClassName
{
border-color: #C22FE5;
}
.TagClassName
{
border-color: #C22FE5;
}
</style>