Shades of Medium Orchid #CA59D5
Tints of Medium Orchid #CA59D5
RGB
CMYK
RGB Variations
Color information
#CA59D5 (or 0xCA59D5) is known color: Medium Orchid. HEX triplet: CA, 59 and D5. RGB value is (202,89,213). Sum of RGB (Red+Green+Blue) = 202+89+213=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA59D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59D5 is #35A62A. Grayscale: #888888. Windows color (decimal): -3515947 or 13982154. OLE color: 13982154.
HSL color Cylindrical-coordinate representation of color #CA59D5: hue angle of 294.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA59D5 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 89 | 213 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.16 |
| HSL | 294.68º | 0.6% | 0.59% | - |
| HSV(B) | 294.68º | 0.58% | 0.84% | - |
| XYZ | 39.94 | 24.51 | 65.58 | - |
| YUV | 136.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 213 | 0.05 | 0.58 | 0 | 0.16 | 294.68 | 0.6 | 0.59 |
| Hex | CA | 59 | D5 | 5 | 3A | 0 | 10 | 127 | 3C | 3B |
| Octal | 312 | 131 | 325 | 5 | 72 | 0 | 20 | 447 | 74 | 73 |
| Binary | 11001010 | 1011001 | 11010101 | 101 | 111010 | 0 | 10000 | 100100111 | 111100 | 111011 |
Color Harmonies of #CA59D5
Complementary color
Monochromatic Colors of #CA59D5
Black with #CA59D5
Text Example
Text Example
White with #CA59D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59D5; }
p { color: rgb(202,89,213); }
H1.HeaderClassName
{
color: #CA59D5;
}
.AnyTagClassName
{
color: #CA59D5;
}
</style>
background-color css
<style>
a { background-color: #CA59D5; }
a { background-color: rgb(202,89,213); }
div.DivClassName
{
background-color: #CA59D5;
}
.BgClassName
{
background-color: #CA59D5;
}
</style>
border-color css
<style>
span { border-color: #CA59D5; }
span { border-color: rgb(202,89,213); }
td.TdClassName
{
border-color: #CA59D5;
}
.TagClassName
{
border-color: #CA59D5;
}
</style>