Shades of Medium Orchid #CA5EEC
Tints of Medium Orchid #CA5EEC
RGB
CMYK
RGB Variations
Color information
#CA5EEC (or 0xCA5EEC) is known color: Medium Orchid. HEX triplet: CA, 5E and EC. RGB value is (202,94,236). Sum of RGB (Red+Green+Blue) = 202+94+236=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA5EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EEC is #35A113. Grayscale: #8E8E8E. Windows color (decimal): -3514644 or 15490762. OLE color: 15490762.
HSL color Cylindrical-coordinate representation of color #CA5EEC: hue angle of 285.63º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5EEC is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 94 | 236 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.07 |
| HSL | 285.63º | 0.79% | 0.65% | - |
| HSV(B) | 285.63º | 0.6% | 0.93% | - |
| XYZ | 43.5 | 26.62 | 82.2 | - |
| YUV | 142.48 | 180.78 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 236 | 0.14 | 0.60 | 0 | 0.07 | 285.63 | 0.79 | 0.65 |
| Hex | CA | 5E | EC | E | 3C | 0 | 7 | 11E | 4F | 41 |
| Octal | 312 | 136 | 354 | 16 | 74 | 0 | 7 | 436 | 117 | 101 |
| Binary | 11001010 | 1011110 | 11101100 | 1110 | 111100 | 0 | 111 | 100011110 | 1001111 | 1000001 |
Color Harmonies of #CA5EEC
Complementary color
Monochromatic Colors of #CA5EEC
Black with #CA5EEC
Text Example
Text Example
White with #CA5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5EEC; }
p { color: rgb(202,94,236); }
H1.HeaderClassName
{
color: #CA5EEC;
}
.AnyTagClassName
{
color: #CA5EEC;
}
</style>
background-color css
<style>
a { background-color: #CA5EEC; }
a { background-color: rgb(202,94,236); }
div.DivClassName
{
background-color: #CA5EEC;
}
.BgClassName
{
background-color: #CA5EEC;
}
</style>
border-color css
<style>
span { border-color: #CA5EEC; }
span { border-color: rgb(202,94,236); }
td.TdClassName
{
border-color: #CA5EEC;
}
.TagClassName
{
border-color: #CA5EEC;
}
</style>