Shades of Medium Orchid #CA59E7
Tints of Medium Orchid #CA59E7
RGB
CMYK
RGB Variations
Color information
#CA59E7 (or 0xCA59E7) is known color: Medium Orchid. HEX triplet: CA, 59 and E7. RGB value is (202,89,231). Sum of RGB (Red+Green+Blue) = 202+89+231=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA59E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA59E7 is #35A618. Grayscale: #8A8A8A. Windows color (decimal): -3515929 or 15161802. OLE color: 15161802.
HSL color Cylindrical-coordinate representation of color #CA59E7: hue angle of 287.75º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA59E7 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 89 | 231 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.09 |
| HSL | 287.75º | 0.75% | 0.63% | - |
| HSV(B) | 287.75º | 0.61% | 0.91% | - |
| XYZ | 42.35 | 25.47 | 78.29 | - |
| YUV | 138.98 | 179.94 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 231 | 0.13 | 0.61 | 0 | 0.09 | 287.75 | 0.75 | 0.63 |
| Hex | CA | 59 | E7 | D | 3D | 0 | 9 | 120 | 4B | 3F |
| Octal | 312 | 131 | 347 | 15 | 75 | 0 | 11 | 440 | 113 | 77 |
| Binary | 11001010 | 1011001 | 11100111 | 1101 | 111101 | 0 | 1001 | 100100000 | 1001011 | 111111 |
Color Harmonies of #CA59E7
Complementary color
Monochromatic Colors of #CA59E7
Black with #CA59E7
Text Example
Text Example
White with #CA59E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59E7; }
p { color: rgb(202,89,231); }
H1.HeaderClassName
{
color: #CA59E7;
}
.AnyTagClassName
{
color: #CA59E7;
}
</style>
background-color css
<style>
a { background-color: #CA59E7; }
a { background-color: rgb(202,89,231); }
div.DivClassName
{
background-color: #CA59E7;
}
.BgClassName
{
background-color: #CA59E7;
}
</style>
border-color css
<style>
span { border-color: #CA59E7; }
span { border-color: rgb(202,89,231); }
td.TdClassName
{
border-color: #CA59E7;
}
.TagClassName
{
border-color: #CA59E7;
}
</style>