Shades of Medium Orchid #C22CDB
Tints of Medium Orchid #C22CDB
RGB
CMYK
RGB Variations
Color information
#C22CDB (or 0xC22CDB) is known color: Medium Orchid. HEX triplet: C2, 2C and DB. RGB value is (194,44,219). Sum of RGB (Red+Green+Blue) = 194+44+219=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #C22CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CDB is #3DD324. Grayscale: #6C6C6C. Windows color (decimal): -4051749 or 14363842. OLE color: 14363842.
HSL color Cylindrical-coordinate representation of color #C22CDB: hue angle of 291.43º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22CDB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 44 | 219 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.14 |
| HSL | 291.43º | 0.71% | 0.52% | - |
| HSV(B) | 291.43º | 0.8% | 0.86% | - |
| XYZ | 35.94 | 18.39 | 68.67 | - |
| YUV | 108.8 | 190.2 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 219 | 0.11 | 0.80 | 0 | 0.14 | 291.43 | 0.71 | 0.52 |
| Hex | C2 | 2C | DB | B | 50 | 0 | E | 123 | 47 | 34 |
| Octal | 302 | 54 | 333 | 13 | 120 | 0 | 16 | 443 | 107 | 64 |
| Binary | 11000010 | 101100 | 11011011 | 1011 | 1010000 | 0 | 1110 | 100100011 | 1000111 | 110100 |
Color Harmonies of #C22CDB
Complementary color
Monochromatic Colors of #C22CDB
Black with #C22CDB
Text Example
Text Example
White with #C22CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CDB; }
p { color: rgb(194,44,219); }
H1.HeaderClassName
{
color: #C22CDB;
}
.AnyTagClassName
{
color: #C22CDB;
}
</style>
background-color css
<style>
a { background-color: #C22CDB; }
a { background-color: rgb(194,44,219); }
div.DivClassName
{
background-color: #C22CDB;
}
.BgClassName
{
background-color: #C22CDB;
}
</style>
border-color css
<style>
span { border-color: #C22CDB; }
span { border-color: rgb(194,44,219); }
td.TdClassName
{
border-color: #C22CDB;
}
.TagClassName
{
border-color: #C22CDB;
}
</style>