Shades of Medium Orchid #C22DDB
Tints of Medium Orchid #C22DDB
RGB
CMYK
RGB Variations
Color information
#C22DDB (or 0xC22DDB) is known color: Medium Orchid. HEX triplet: C2, 2D and DB. RGB value is (194,45,219). Sum of RGB (Red+Green+Blue) = 194+45+219=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #C22DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DDB is #3DD224. Grayscale: #6C6C6C. Windows color (decimal): -4051493 or 14364098. OLE color: 14364098.
HSL color Cylindrical-coordinate representation of color #C22DDB: hue angle of 291.38º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22DDB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 45 | 219 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.14 |
| HSL | 291.38º | 0.71% | 0.52% | - |
| HSV(B) | 291.38º | 0.79% | 0.86% | - |
| XYZ | 35.97 | 18.46 | 68.69 | - |
| YUV | 109.39 | 189.86 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 219 | 0.11 | 0.79 | 0 | 0.14 | 291.38 | 0.71 | 0.52 |
| Hex | C2 | 2D | DB | B | 4F | 0 | E | 123 | 47 | 34 |
| Octal | 302 | 55 | 333 | 13 | 117 | 0 | 16 | 443 | 107 | 64 |
| Binary | 11000010 | 101101 | 11011011 | 1011 | 1001111 | 0 | 1110 | 100100011 | 1000111 | 110100 |
Color Harmonies of #C22DDB
Complementary color
Monochromatic Colors of #C22DDB
Black with #C22DDB
Text Example
Text Example
White with #C22DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DDB; }
p { color: rgb(194,45,219); }
H1.HeaderClassName
{
color: #C22DDB;
}
.AnyTagClassName
{
color: #C22DDB;
}
</style>
background-color css
<style>
a { background-color: #C22DDB; }
a { background-color: rgb(194,45,219); }
div.DivClassName
{
background-color: #C22DDB;
}
.BgClassName
{
background-color: #C22DDB;
}
</style>
border-color css
<style>
span { border-color: #C22DDB; }
span { border-color: rgb(194,45,219); }
td.TdClassName
{
border-color: #C22DDB;
}
.TagClassName
{
border-color: #C22DDB;
}
</style>