Shades of Medium Orchid #CA32E5
Tints of Medium Orchid #CA32E5
RGB
CMYK
RGB Variations
Color information
#CA32E5 (or 0xCA32E5) is known color: Medium Orchid. HEX triplet: CA, 32 and E5. RGB value is (202,50,229). Sum of RGB (Red+Green+Blue) = 202+50+229=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA32E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA32E5 is #35CD1A. Grayscale: #737373. Windows color (decimal): -3525915 or 15020746. OLE color: 15020746.
HSL color Cylindrical-coordinate representation of color #CA32E5: hue angle of 290.95º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA32E5 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 50 | 229 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.10 |
| HSL | 290.95º | 0.77% | 0.55% | - |
| HSV(B) | 290.95º | 0.78% | 0.9% | - |
| XYZ | 39.64 | 20.49 | 76 | - |
| YUV | 115.85 | 191.86 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 229 | 0.12 | 0.78 | 0 | 0.10 | 290.95 | 0.77 | 0.55 |
| Hex | CA | 32 | E5 | C | 4E | 0 | A | 123 | 4D | 37 |
| Octal | 312 | 62 | 345 | 14 | 116 | 0 | 12 | 443 | 115 | 67 |
| Binary | 11001010 | 110010 | 11100101 | 1100 | 1001110 | 0 | 1010 | 100100011 | 1001101 | 110111 |
Color Harmonies of #CA32E5
Complementary color
Monochromatic Colors of #CA32E5
Black with #CA32E5
Text Example
Text Example
White with #CA32E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32E5; }
p { color: rgb(202,50,229); }
H1.HeaderClassName
{
color: #CA32E5;
}
.AnyTagClassName
{
color: #CA32E5;
}
</style>
background-color css
<style>
a { background-color: #CA32E5; }
a { background-color: rgb(202,50,229); }
div.DivClassName
{
background-color: #CA32E5;
}
.BgClassName
{
background-color: #CA32E5;
}
</style>
border-color css
<style>
span { border-color: #CA32E5; }
span { border-color: rgb(202,50,229); }
td.TdClassName
{
border-color: #CA32E5;
}
.TagClassName
{
border-color: #CA32E5;
}
</style>