Shades of Medium Orchid #CA5EE5
Tints of Medium Orchid #CA5EE5
RGB
CMYK
RGB Variations
Color information
#CA5EE5 (or 0xCA5EE5) is known color: Medium Orchid. HEX triplet: CA, 5E and E5. RGB value is (202,94,229). Sum of RGB (Red+Green+Blue) = 202+94+229=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA5EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EE5 is #35A11A. Grayscale: #8D8D8D. Windows color (decimal): -3514651 or 15032010. OLE color: 15032010.
HSL color Cylindrical-coordinate representation of color #CA5EE5: hue angle of 288º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5EE5 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 94 | 229 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.10 |
| HSL | 288º | 0.72% | 0.63% | - |
| HSV(B) | 288º | 0.59% | 0.9% | - |
| XYZ | 42.5 | 26.22 | 76.95 | - |
| YUV | 141.68 | 177.28 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 229 | 0.12 | 0.59 | 0 | 0.10 | 288 | 0.72 | 0.63 |
| Hex | CA | 5E | E5 | C | 3B | 0 | A | 120 | 48 | 3F |
| Octal | 312 | 136 | 345 | 14 | 73 | 0 | 12 | 440 | 110 | 77 |
| Binary | 11001010 | 1011110 | 11100101 | 1100 | 111011 | 0 | 1010 | 100100000 | 1001000 | 111111 |
Color Harmonies of #CA5EE5
Complementary color
Monochromatic Colors of #CA5EE5
Black with #CA5EE5
Text Example
Text Example
White with #CA5EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5EE5; }
p { color: rgb(202,94,229); }
H1.HeaderClassName
{
color: #CA5EE5;
}
.AnyTagClassName
{
color: #CA5EE5;
}
</style>
background-color css
<style>
a { background-color: #CA5EE5; }
a { background-color: rgb(202,94,229); }
div.DivClassName
{
background-color: #CA5EE5;
}
.BgClassName
{
background-color: #CA5EE5;
}
</style>
border-color css
<style>
span { border-color: #CA5EE5; }
span { border-color: rgb(202,94,229); }
td.TdClassName
{
border-color: #CA5EE5;
}
.TagClassName
{
border-color: #CA5EE5;
}
</style>