Shades of Medium Orchid #CA31E1
Tints of Medium Orchid #CA31E1
RGB
CMYK
RGB Variations
Color information
#CA31E1 (or 0xCA31E1) is known color: Medium Orchid. HEX triplet: CA, 31 and E1. RGB value is (202,49,225). Sum of RGB (Red+Green+Blue) = 202+49+225=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA31E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31E1 is #35CE1E. Grayscale: #727272. Windows color (decimal): -3526175 or 14758346. OLE color: 14758346.
HSL color Cylindrical-coordinate representation of color #CA31E1: hue angle of 292.16º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA31E1 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 49 | 225 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.12 |
| HSL | 292.16º | 0.75% | 0.54% | - |
| HSV(B) | 292.16º | 0.78% | 0.88% | - |
| XYZ | 39.05 | 20.19 | 73.07 | - |
| YUV | 114.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 225 | 0.10 | 0.78 | 0 | 0.12 | 292.16 | 0.75 | 0.54 |
| Hex | CA | 31 | E1 | A | 4E | 0 | C | 124 | 4B | 36 |
| Octal | 312 | 61 | 341 | 12 | 116 | 0 | 14 | 444 | 113 | 66 |
| Binary | 11001010 | 110001 | 11100001 | 1010 | 1001110 | 0 | 1100 | 100100100 | 1001011 | 110110 |
Color Harmonies of #CA31E1
Complementary color
Monochromatic Colors of #CA31E1
Black with #CA31E1
Text Example
Text Example
White with #CA31E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31E1; }
p { color: rgb(202,49,225); }
H1.HeaderClassName
{
color: #CA31E1;
}
.AnyTagClassName
{
color: #CA31E1;
}
</style>
background-color css
<style>
a { background-color: #CA31E1; }
a { background-color: rgb(202,49,225); }
div.DivClassName
{
background-color: #CA31E1;
}
.BgClassName
{
background-color: #CA31E1;
}
</style>
border-color css
<style>
span { border-color: #CA31E1; }
span { border-color: rgb(202,49,225); }
td.TdClassName
{
border-color: #CA31E1;
}
.TagClassName
{
border-color: #CA31E1;
}
</style>