Shades of Medium Orchid #C22DED
Tints of Medium Orchid #C22DED
RGB
CMYK
RGB Variations
Color information
#C22DED (or 0xC22DED) is known color: Medium Orchid. HEX triplet: C2, 2D and ED. RGB value is (194,45,237). Sum of RGB (Red+Green+Blue) = 194+45+237=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #C22DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22DED is #3DD212. Grayscale: #6E6E6E. Windows color (decimal): -4051475 or 15543746. OLE color: 15543746.
HSL color Cylindrical-coordinate representation of color #C22DED: hue angle of 286.56º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22DED is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 45 | 237 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.07 |
| HSL | 286.56º | 0.84% | 0.55% | - |
| HSV(B) | 286.56º | 0.81% | 0.93% | - |
| XYZ | 38.47 | 19.46 | 81.85 | - |
| YUV | 111.44 | 198.86 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 237 | 0.18 | 0.81 | 0 | 0.07 | 286.56 | 0.84 | 0.55 |
| Hex | C2 | 2D | ED | 12 | 51 | 0 | 7 | 11F | 54 | 37 |
| Octal | 302 | 55 | 355 | 22 | 121 | 0 | 7 | 437 | 124 | 67 |
| Binary | 11000010 | 101101 | 11101101 | 10010 | 1010001 | 0 | 111 | 100011111 | 1010100 | 110111 |
Color Harmonies of #C22DED
Complementary color
Monochromatic Colors of #C22DED
Black with #C22DED
Text Example
Text Example
White with #C22DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DED; }
p { color: rgb(194,45,237); }
H1.HeaderClassName
{
color: #C22DED;
}
.AnyTagClassName
{
color: #C22DED;
}
</style>
background-color css
<style>
a { background-color: #C22DED; }
a { background-color: rgb(194,45,237); }
div.DivClassName
{
background-color: #C22DED;
}
.BgClassName
{
background-color: #C22DED;
}
</style>
border-color css
<style>
span { border-color: #C22DED; }
span { border-color: rgb(194,45,237); }
td.TdClassName
{
border-color: #C22DED;
}
.TagClassName
{
border-color: #C22DED;
}
</style>