Shades of Medium Orchid #C22BDA
Tints of Medium Orchid #C22BDA
RGB
CMYK
RGB Variations
Color information
#C22BDA (or 0xC22BDA) is known color: Medium Orchid. HEX triplet: C2, 2B and DA. RGB value is (194,43,218). Sum of RGB (Red+Green+Blue) = 194+43+218=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #C22BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22BDA is #3DD425. Grayscale: #6B6B6B. Windows color (decimal): -4052006 or 14298050. OLE color: 14298050.
HSL color Cylindrical-coordinate representation of color #C22BDA: hue angle of 291.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22BDA is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 43 | 218 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.15 |
| HSL | 291.77º | 0.7% | 0.51% | - |
| HSV(B) | 291.77º | 0.8% | 0.85% | - |
| XYZ | 35.77 | 18.26 | 67.97 | - |
| YUV | 108.1 | 190.03 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 218 | 0.11 | 0.80 | 0 | 0.15 | 291.77 | 0.7 | 0.51 |
| Hex | C2 | 2B | DA | B | 50 | 0 | F | 124 | 46 | 33 |
| Octal | 302 | 53 | 332 | 13 | 120 | 0 | 17 | 444 | 106 | 63 |
| Binary | 11000010 | 101011 | 11011010 | 1011 | 1010000 | 0 | 1111 | 100100100 | 1000110 | 110011 |
Color Harmonies of #C22BDA
Complementary color
Monochromatic Colors of #C22BDA
Black with #C22BDA
Text Example
Text Example
White with #C22BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BDA; }
p { color: rgb(194,43,218); }
H1.HeaderClassName
{
color: #C22BDA;
}
.AnyTagClassName
{
color: #C22BDA;
}
</style>
background-color css
<style>
a { background-color: #C22BDA; }
a { background-color: rgb(194,43,218); }
div.DivClassName
{
background-color: #C22BDA;
}
.BgClassName
{
background-color: #C22BDA;
}
</style>
border-color css
<style>
span { border-color: #C22BDA; }
span { border-color: rgb(194,43,218); }
td.TdClassName
{
border-color: #C22BDA;
}
.TagClassName
{
border-color: #C22BDA;
}
</style>