Shades of Medium Orchid #CA59EE
Tints of Medium Orchid #CA59EE
RGB
CMYK
RGB Variations
Color information
#CA59EE (or 0xCA59EE) is known color: Medium Orchid. HEX triplet: CA, 59 and EE. RGB value is (202,89,238). Sum of RGB (Red+Green+Blue) = 202+89+238=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA59EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA59EE is #35A611. Grayscale: #8B8B8B. Windows color (decimal): -3515922 or 15620554. OLE color: 15620554.
HSL color Cylindrical-coordinate representation of color #CA59EE: hue angle of 285.5º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA59EE is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 89 | 238 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.07 |
| HSL | 285.5º | 0.81% | 0.64% | - |
| HSV(B) | 285.5º | 0.63% | 0.93% | - |
| XYZ | 43.36 | 25.87 | 83.6 | - |
| YUV | 139.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 238 | 0.15 | 0.63 | 0 | 0.07 | 285.5 | 0.81 | 0.64 |
| Hex | CA | 59 | EE | F | 3F | 0 | 7 | 11E | 51 | 40 |
| Octal | 312 | 131 | 356 | 17 | 77 | 0 | 7 | 436 | 121 | 100 |
| Binary | 11001010 | 1011001 | 11101110 | 1111 | 111111 | 0 | 111 | 100011110 | 1010001 | 1000000 |
Color Harmonies of #CA59EE
Complementary color
Monochromatic Colors of #CA59EE
Black with #CA59EE
Text Example
Text Example
White with #CA59EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59EE; }
p { color: rgb(202,89,238); }
H1.HeaderClassName
{
color: #CA59EE;
}
.AnyTagClassName
{
color: #CA59EE;
}
</style>
background-color css
<style>
a { background-color: #CA59EE; }
a { background-color: rgb(202,89,238); }
div.DivClassName
{
background-color: #CA59EE;
}
.BgClassName
{
background-color: #CA59EE;
}
</style>
border-color css
<style>
span { border-color: #CA59EE; }
span { border-color: rgb(202,89,238); }
td.TdClassName
{
border-color: #CA59EE;
}
.TagClassName
{
border-color: #CA59EE;
}
</style>