Shades of Medium Orchid #CA59DA
Tints of Medium Orchid #CA59DA
RGB
CMYK
RGB Variations
Color information
#CA59DA (or 0xCA59DA) is known color: Medium Orchid. HEX triplet: CA, 59 and DA. RGB value is (202,89,218). Sum of RGB (Red+Green+Blue) = 202+89+218=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA59DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59DA is #35A625. Grayscale: #898989. Windows color (decimal): -3515942 or 14309834. OLE color: 14309834.
HSL color Cylindrical-coordinate representation of color #CA59DA: hue angle of 292.56º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA59DA is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 89 | 218 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.15 |
| HSL | 292.56º | 0.64% | 0.6% | - |
| HSV(B) | 292.56º | 0.59% | 0.85% | - |
| XYZ | 40.58 | 24.76 | 68.97 | - |
| YUV | 137.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 218 | 0.07 | 0.59 | 0 | 0.15 | 292.56 | 0.64 | 0.6 |
| Hex | CA | 59 | DA | 7 | 3B | 0 | F | 125 | 40 | 3C |
| Octal | 312 | 131 | 332 | 7 | 73 | 0 | 17 | 445 | 100 | 74 |
| Binary | 11001010 | 1011001 | 11011010 | 111 | 111011 | 0 | 1111 | 100100101 | 1000000 | 111100 |
Color Harmonies of #CA59DA
Complementary color
Monochromatic Colors of #CA59DA
Black with #CA59DA
Text Example
Text Example
White with #CA59DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59DA; }
p { color: rgb(202,89,218); }
H1.HeaderClassName
{
color: #CA59DA;
}
.AnyTagClassName
{
color: #CA59DA;
}
</style>
background-color css
<style>
a { background-color: #CA59DA; }
a { background-color: rgb(202,89,218); }
div.DivClassName
{
background-color: #CA59DA;
}
.BgClassName
{
background-color: #CA59DA;
}
</style>
border-color css
<style>
span { border-color: #CA59DA; }
span { border-color: rgb(202,89,218); }
td.TdClassName
{
border-color: #CA59DA;
}
.TagClassName
{
border-color: #CA59DA;
}
</style>