Shades of Medium Orchid #C22FE8
Tints of Medium Orchid #C22FE8
RGB
CMYK
RGB Variations
Color information
#C22FE8 (or 0xC22FE8) is known color: Medium Orchid. HEX triplet: C2, 2F and E8. RGB value is (194,47,232). Sum of RGB (Red+Green+Blue) = 194+47+232=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #C22FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22FE8 is #3DD017. Grayscale: #6F6F6F. Windows color (decimal): -4050968 or 15216578. OLE color: 15216578.
HSL color Cylindrical-coordinate representation of color #C22FE8: hue angle of 287.68º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22FE8 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 47 | 232 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.09 |
| HSL | 287.68º | 0.8% | 0.55% | - |
| HSV(B) | 287.68º | 0.8% | 0.91% | - |
| XYZ | 37.83 | 19.33 | 78.08 | - |
| YUV | 112.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 232 | 0.16 | 0.80 | 0 | 0.09 | 287.68 | 0.8 | 0.55 |
| Hex | C2 | 2F | E8 | 10 | 50 | 0 | 9 | 120 | 50 | 37 |
| Octal | 302 | 57 | 350 | 20 | 120 | 0 | 11 | 440 | 120 | 67 |
| Binary | 11000010 | 101111 | 11101000 | 10000 | 1010000 | 0 | 1001 | 100100000 | 1010000 | 110111 |
Color Harmonies of #C22FE8
Complementary color
Monochromatic Colors of #C22FE8
Black with #C22FE8
Text Example
Text Example
White with #C22FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FE8; }
p { color: rgb(194,47,232); }
H1.HeaderClassName
{
color: #C22FE8;
}
.AnyTagClassName
{
color: #C22FE8;
}
</style>
background-color css
<style>
a { background-color: #C22FE8; }
a { background-color: rgb(194,47,232); }
div.DivClassName
{
background-color: #C22FE8;
}
.BgClassName
{
background-color: #C22FE8;
}
</style>
border-color css
<style>
span { border-color: #C22FE8; }
span { border-color: rgb(194,47,232); }
td.TdClassName
{
border-color: #C22FE8;
}
.TagClassName
{
border-color: #C22FE8;
}
</style>