Shades of Medium Orchid #C22FEB
Tints of Medium Orchid #C22FEB
RGB
CMYK
RGB Variations
Color information
#C22FEB (or 0xC22FEB) is known color: Medium Orchid. HEX triplet: C2, 2F and EB. RGB value is (194,47,235). Sum of RGB (Red+Green+Blue) = 194+47+235=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #C22FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22FEB is #3DD014. Grayscale: #6F6F6F. Windows color (decimal): -4050965 or 15413186. OLE color: 15413186.
HSL color Cylindrical-coordinate representation of color #C22FEB: hue angle of 286.91º 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 #C22FEB is Cyan = 0.17, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 47 | 235 | - |
| CMYK | 0.17 | 0.8 | 0 | 0.08 |
| HSL | 286.91º | 0.82% | 0.55% | - |
| HSV(B) | 286.91º | 0.8% | 0.92% | - |
| XYZ | 38.26 | 19.5 | 80.34 | - |
| YUV | 112.39 | 197.2 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 235 | 0.17 | 0.8 | 0 | 0.08 | 286.91 | 0.82 | 0.55 |
| Hex | C2 | 2F | EB | 11 | 50 | 0 | 8 | 11F | 52 | 37 |
| Octal | 302 | 57 | 353 | 21 | 120 | 0 | 10 | 437 | 122 | 67 |
| Binary | 11000010 | 101111 | 11101011 | 10001 | 1010000 | 0 | 1000 | 100011111 | 1010010 | 110111 |
Color Harmonies of #C22FEB
Complementary color
Monochromatic Colors of #C22FEB
Black with #C22FEB
Text Example
Text Example
White with #C22FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FEB; }
p { color: rgb(194,47,235); }
H1.HeaderClassName
{
color: #C22FEB;
}
.AnyTagClassName
{
color: #C22FEB;
}
</style>
background-color css
<style>
a { background-color: #C22FEB; }
a { background-color: rgb(194,47,235); }
div.DivClassName
{
background-color: #C22FEB;
}
.BgClassName
{
background-color: #C22FEB;
}
</style>
border-color css
<style>
span { border-color: #C22FEB; }
span { border-color: rgb(194,47,235); }
td.TdClassName
{
border-color: #C22FEB;
}
.TagClassName
{
border-color: #C22FEB;
}
</style>