Shades of Medium Orchid #CA59EC
Tints of Medium Orchid #CA59EC
RGB
CMYK
RGB Variations
Color information
#CA59EC (or 0xCA59EC) is known color: Medium Orchid. HEX triplet: CA, 59 and EC. RGB value is (202,89,236). Sum of RGB (Red+Green+Blue) = 202+89+236=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA59EC is #35A613. Grayscale: #8B8B8B. Windows color (decimal): -3515924 or 15489482. OLE color: 15489482.
HSL color Cylindrical-coordinate representation of color #CA59EC: hue angle of 286.12º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA59EC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 89 | 236 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.07 |
| HSL | 286.12º | 0.79% | 0.64% | - |
| HSV(B) | 286.12º | 0.62% | 0.93% | - |
| XYZ | 43.07 | 25.76 | 82.06 | - |
| YUV | 139.55 | 182.44 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 236 | 0.14 | 0.62 | 0 | 0.07 | 286.12 | 0.79 | 0.64 |
| Hex | CA | 59 | EC | E | 3E | 0 | 7 | 11E | 4F | 40 |
| Octal | 312 | 131 | 354 | 16 | 76 | 0 | 7 | 436 | 117 | 100 |
| Binary | 11001010 | 1011001 | 11101100 | 1110 | 111110 | 0 | 111 | 100011110 | 1001111 | 1000000 |
Color Harmonies of #CA59EC
Complementary color
Monochromatic Colors of #CA59EC
Black with #CA59EC
Text Example
Text Example
White with #CA59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59EC; }
p { color: rgb(202,89,236); }
H1.HeaderClassName
{
color: #CA59EC;
}
.AnyTagClassName
{
color: #CA59EC;
}
</style>
background-color css
<style>
a { background-color: #CA59EC; }
a { background-color: rgb(202,89,236); }
div.DivClassName
{
background-color: #CA59EC;
}
.BgClassName
{
background-color: #CA59EC;
}
</style>
border-color css
<style>
span { border-color: #CA59EC; }
span { border-color: rgb(202,89,236); }
td.TdClassName
{
border-color: #CA59EC;
}
.TagClassName
{
border-color: #CA59EC;
}
</style>