Shades of Medium Orchid #C22CDF
Tints of Medium Orchid #C22CDF
RGB
CMYK
RGB Variations
Color information
#C22CDF (or 0xC22CDF) is known color: Medium Orchid. HEX triplet: C2, 2C and DF. RGB value is (194,44,223). Sum of RGB (Red+Green+Blue) = 194+44+223=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #C22CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CDF is #3DD320. Grayscale: #6C6C6C. Windows color (decimal): -4051745 or 14625986. OLE color: 14625986.
HSL color Cylindrical-coordinate representation of color #C22CDF: hue angle of 290.28º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22CDF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 44 | 223 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.13 |
| HSL | 290.28º | 0.74% | 0.52% | - |
| HSV(B) | 290.28º | 0.8% | 0.87% | - |
| XYZ | 36.47 | 18.6 | 71.48 | - |
| YUV | 109.26 | 192.2 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 223 | 0.13 | 0.80 | 0 | 0.13 | 290.28 | 0.74 | 0.52 |
| Hex | C2 | 2C | DF | D | 50 | 0 | D | 122 | 4A | 34 |
| Octal | 302 | 54 | 337 | 15 | 120 | 0 | 15 | 442 | 112 | 64 |
| Binary | 11000010 | 101100 | 11011111 | 1101 | 1010000 | 0 | 1101 | 100100010 | 1001010 | 110100 |
Color Harmonies of #C22CDF
Complementary color
Monochromatic Colors of #C22CDF
Black with #C22CDF
Text Example
Text Example
White with #C22CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CDF; }
p { color: rgb(194,44,223); }
H1.HeaderClassName
{
color: #C22CDF;
}
.AnyTagClassName
{
color: #C22CDF;
}
</style>
background-color css
<style>
a { background-color: #C22CDF; }
a { background-color: rgb(194,44,223); }
div.DivClassName
{
background-color: #C22CDF;
}
.BgClassName
{
background-color: #C22CDF;
}
</style>
border-color css
<style>
span { border-color: #C22CDF; }
span { border-color: rgb(194,44,223); }
td.TdClassName
{
border-color: #C22CDF;
}
.TagClassName
{
border-color: #C22CDF;
}
</style>