Shades of Medium Orchid #CA59E4
Tints of Medium Orchid #CA59E4
RGB
CMYK
RGB Variations
Color information
#CA59E4 (or 0xCA59E4) is known color: Medium Orchid. HEX triplet: CA, 59 and E4. RGB value is (202,89,228). Sum of RGB (Red+Green+Blue) = 202+89+228=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA59E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59E4 is #35A61B. Grayscale: #8A8A8A. Windows color (decimal): -3515932 or 14965194. OLE color: 14965194.
HSL color Cylindrical-coordinate representation of color #CA59E4: hue angle of 288.78º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA59E4 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 89 | 228 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.11 |
| HSL | 288.78º | 0.72% | 0.62% | - |
| HSV(B) | 288.78º | 0.61% | 0.89% | - |
| XYZ | 41.93 | 25.3 | 76.07 | - |
| YUV | 138.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 228 | 0.11 | 0.61 | 0 | 0.11 | 288.78 | 0.72 | 0.62 |
| Hex | CA | 59 | E4 | B | 3D | 0 | B | 121 | 48 | 3E |
| Octal | 312 | 131 | 344 | 13 | 75 | 0 | 13 | 441 | 110 | 76 |
| Binary | 11001010 | 1011001 | 11100100 | 1011 | 111101 | 0 | 1011 | 100100001 | 1001000 | 111110 |
Color Harmonies of #CA59E4
Complementary color
Monochromatic Colors of #CA59E4
Black with #CA59E4
Text Example
Text Example
White with #CA59E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59E4; }
p { color: rgb(202,89,228); }
H1.HeaderClassName
{
color: #CA59E4;
}
.AnyTagClassName
{
color: #CA59E4;
}
</style>
background-color css
<style>
a { background-color: #CA59E4; }
a { background-color: rgb(202,89,228); }
div.DivClassName
{
background-color: #CA59E4;
}
.BgClassName
{
background-color: #CA59E4;
}
</style>
border-color css
<style>
span { border-color: #CA59E4; }
span { border-color: rgb(202,89,228); }
td.TdClassName
{
border-color: #CA59E4;
}
.TagClassName
{
border-color: #CA59E4;
}
</style>