Shades of Medium Orchid #CA2CE1
Tints of Medium Orchid #CA2CE1
RGB
CMYK
RGB Variations
Color information
#CA2CE1 (or 0xCA2CE1) is known color: Medium Orchid. HEX triplet: CA, 2C and E1. RGB value is (202,44,225). Sum of RGB (Red+Green+Blue) = 202+44+225=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA2CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CE1 is #35D31E. Grayscale: #6F6F6F. Windows color (decimal): -3527455 or 14757066. OLE color: 14757066.
HSL color Cylindrical-coordinate representation of color #CA2CE1: hue angle of 292.38º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2CE1 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 44 | 225 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.12 |
| HSL | 292.38º | 0.75% | 0.53% | - |
| HSV(B) | 292.38º | 0.8% | 0.88% | - |
| XYZ | 38.85 | 19.79 | 73.01 | - |
| YUV | 111.88 | 191.85 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 225 | 0.10 | 0.80 | 0 | 0.12 | 292.38 | 0.75 | 0.53 |
| Hex | CA | 2C | E1 | A | 50 | 0 | C | 124 | 4B | 35 |
| Octal | 312 | 54 | 341 | 12 | 120 | 0 | 14 | 444 | 113 | 65 |
| Binary | 11001010 | 101100 | 11100001 | 1010 | 1010000 | 0 | 1100 | 100100100 | 1001011 | 110101 |
Color Harmonies of #CA2CE1
Complementary color
Monochromatic Colors of #CA2CE1
Black with #CA2CE1
Text Example
Text Example
White with #CA2CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CE1; }
p { color: rgb(202,44,225); }
H1.HeaderClassName
{
color: #CA2CE1;
}
.AnyTagClassName
{
color: #CA2CE1;
}
</style>
background-color css
<style>
a { background-color: #CA2CE1; }
a { background-color: rgb(202,44,225); }
div.DivClassName
{
background-color: #CA2CE1;
}
.BgClassName
{
background-color: #CA2CE1;
}
</style>
border-color css
<style>
span { border-color: #CA2CE1; }
span { border-color: rgb(202,44,225); }
td.TdClassName
{
border-color: #CA2CE1;
}
.TagClassName
{
border-color: #CA2CE1;
}
</style>