Shades of Medium Orchid #C22DDF
Tints of Medium Orchid #C22DDF
RGB
CMYK
RGB Variations
Color information
#C22DDF (or 0xC22DDF) is known color: Medium Orchid. HEX triplet: C2, 2D and DF. RGB value is (194,45,223). Sum of RGB (Red+Green+Blue) = 194+45+223=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #C22DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DDF is #3DD220. Grayscale: #6D6D6D. Windows color (decimal): -4051489 or 14626242. OLE color: 14626242.
HSL color Cylindrical-coordinate representation of color #C22DDF: hue angle of 290.22º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22DDF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 45 | 223 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.13 |
| HSL | 290.22º | 0.74% | 0.53% | - |
| HSV(B) | 290.22º | 0.8% | 0.87% | - |
| XYZ | 36.51 | 18.67 | 71.49 | - |
| YUV | 109.84 | 191.86 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 223 | 0.13 | 0.80 | 0 | 0.13 | 290.22 | 0.74 | 0.53 |
| Hex | C2 | 2D | DF | D | 50 | 0 | D | 122 | 4A | 35 |
| Octal | 302 | 55 | 337 | 15 | 120 | 0 | 15 | 442 | 112 | 65 |
| Binary | 11000010 | 101101 | 11011111 | 1101 | 1010000 | 0 | 1101 | 100100010 | 1001010 | 110101 |
Color Harmonies of #C22DDF
Complementary color
Monochromatic Colors of #C22DDF
Black with #C22DDF
Text Example
Text Example
White with #C22DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DDF; }
p { color: rgb(194,45,223); }
H1.HeaderClassName
{
color: #C22DDF;
}
.AnyTagClassName
{
color: #C22DDF;
}
</style>
background-color css
<style>
a { background-color: #C22DDF; }
a { background-color: rgb(194,45,223); }
div.DivClassName
{
background-color: #C22DDF;
}
.BgClassName
{
background-color: #C22DDF;
}
</style>
border-color css
<style>
span { border-color: #C22DDF; }
span { border-color: rgb(194,45,223); }
td.TdClassName
{
border-color: #C22DDF;
}
.TagClassName
{
border-color: #C22DDF;
}
</style>