Shades of Medium Orchid #C22DEA
Tints of Medium Orchid #C22DEA
RGB
CMYK
RGB Variations
Color information
#C22DEA (or 0xC22DEA) is known color: Medium Orchid. HEX triplet: C2, 2D and EA. RGB value is (194,45,234). Sum of RGB (Red+Green+Blue) = 194+45+234=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #C22DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22DEA is #3DD215. Grayscale: #6E6E6E. Windows color (decimal): -4051478 or 15347138. OLE color: 15347138.
HSL color Cylindrical-coordinate representation of color #C22DEA: hue angle of 287.3º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22DEA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 45 | 234 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.08 |
| HSL | 287.3º | 0.82% | 0.55% | - |
| HSV(B) | 287.3º | 0.81% | 0.92% | - |
| XYZ | 38.04 | 19.29 | 79.56 | - |
| YUV | 111.1 | 197.36 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 234 | 0.17 | 0.81 | 0 | 0.08 | 287.3 | 0.82 | 0.55 |
| Hex | C2 | 2D | EA | 11 | 51 | 0 | 8 | 11F | 52 | 37 |
| Octal | 302 | 55 | 352 | 21 | 121 | 0 | 10 | 437 | 122 | 67 |
| Binary | 11000010 | 101101 | 11101010 | 10001 | 1010001 | 0 | 1000 | 100011111 | 1010010 | 110111 |
Color Harmonies of #C22DEA
Complementary color
Monochromatic Colors of #C22DEA
Black with #C22DEA
Text Example
Text Example
White with #C22DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DEA; }
p { color: rgb(194,45,234); }
H1.HeaderClassName
{
color: #C22DEA;
}
.AnyTagClassName
{
color: #C22DEA;
}
</style>
background-color css
<style>
a { background-color: #C22DEA; }
a { background-color: rgb(194,45,234); }
div.DivClassName
{
background-color: #C22DEA;
}
.BgClassName
{
background-color: #C22DEA;
}
</style>
border-color css
<style>
span { border-color: #C22DEA; }
span { border-color: rgb(194,45,234); }
td.TdClassName
{
border-color: #C22DEA;
}
.TagClassName
{
border-color: #C22DEA;
}
</style>