Shades of Medium Orchid #C22BD2
Tints of Medium Orchid #C22BD2
RGB
CMYK
RGB Variations
Color information
#C22BD2 (or 0xC22BD2) is known color: Medium Orchid. HEX triplet: C2, 2B and D2. RGB value is (194,43,210). Sum of RGB (Red+Green+Blue) = 194+43+210=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #C22BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22BD2 is #3DD42D. Grayscale: #6A6A6A. Windows color (decimal): -4052014 or 13773762. OLE color: 13773762.
HSL color Cylindrical-coordinate representation of color #C22BD2: hue angle of 294.25º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22BD2 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 43 | 210 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.18 |
| HSL | 294.25º | 0.66% | 0.5% | - |
| HSV(B) | 294.25º | 0.8% | 0.82% | - |
| XYZ | 34.74 | 17.85 | 62.59 | - |
| YUV | 107.19 | 186.03 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 210 | 0.08 | 0.80 | 0 | 0.18 | 294.25 | 0.66 | 0.5 |
| Hex | C2 | 2B | D2 | 8 | 50 | 0 | 12 | 126 | 42 | 32 |
| Octal | 302 | 53 | 322 | 10 | 120 | 0 | 22 | 446 | 102 | 62 |
| Binary | 11000010 | 101011 | 11010010 | 1000 | 1010000 | 0 | 10010 | 100100110 | 1000010 | 110010 |
Color Harmonies of #C22BD2
Complementary color
Monochromatic Colors of #C22BD2
Black with #C22BD2
Text Example
Text Example
White with #C22BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BD2; }
p { color: rgb(194,43,210); }
H1.HeaderClassName
{
color: #C22BD2;
}
.AnyTagClassName
{
color: #C22BD2;
}
</style>
background-color css
<style>
a { background-color: #C22BD2; }
a { background-color: rgb(194,43,210); }
div.DivClassName
{
background-color: #C22BD2;
}
.BgClassName
{
background-color: #C22BD2;
}
</style>
border-color css
<style>
span { border-color: #C22BD2; }
span { border-color: rgb(194,43,210); }
td.TdClassName
{
border-color: #C22BD2;
}
.TagClassName
{
border-color: #C22BD2;
}
</style>