Shades of Medium Orchid #C22DDC
Tints of Medium Orchid #C22DDC
RGB
CMYK
RGB Variations
Color information
#C22DDC (or 0xC22DDC) is known color: Medium Orchid. HEX triplet: C2, 2D and DC. RGB value is (194,45,220). Sum of RGB (Red+Green+Blue) = 194+45+220=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #C22DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DDC is #3DD223. Grayscale: #6C6C6C. Windows color (decimal): -4051492 or 14429634. OLE color: 14429634.
HSL color Cylindrical-coordinate representation of color #C22DDC: hue angle of 291.09º 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 #C22DDC is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 45 | 220 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.14 |
| HSL | 291.09º | 0.71% | 0.52% | - |
| HSV(B) | 291.09º | 0.8% | 0.86% | - |
| XYZ | 36.1 | 18.51 | 69.38 | - |
| YUV | 109.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 220 | 0.12 | 0.80 | 0 | 0.14 | 291.09 | 0.71 | 0.52 |
| Hex | C2 | 2D | DC | C | 50 | 0 | E | 123 | 47 | 34 |
| Octal | 302 | 55 | 334 | 14 | 120 | 0 | 16 | 443 | 107 | 64 |
| Binary | 11000010 | 101101 | 11011100 | 1100 | 1010000 | 0 | 1110 | 100100011 | 1000111 | 110100 |
Color Harmonies of #C22DDC
Complementary color
Monochromatic Colors of #C22DDC
Black with #C22DDC
Text Example
Text Example
White with #C22DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DDC; }
p { color: rgb(194,45,220); }
H1.HeaderClassName
{
color: #C22DDC;
}
.AnyTagClassName
{
color: #C22DDC;
}
</style>
background-color css
<style>
a { background-color: #C22DDC; }
a { background-color: rgb(194,45,220); }
div.DivClassName
{
background-color: #C22DDC;
}
.BgClassName
{
background-color: #C22DDC;
}
</style>
border-color css
<style>
span { border-color: #C22DDC; }
span { border-color: rgb(194,45,220); }
td.TdClassName
{
border-color: #C22DDC;
}
.TagClassName
{
border-color: #C22DDC;
}
</style>