Shades of Medium Orchid #CA59DF
Tints of Medium Orchid #CA59DF
RGB
CMYK
RGB Variations
Color information
#CA59DF (or 0xCA59DF) is known color: Medium Orchid. HEX triplet: CA, 59 and DF. RGB value is (202,89,223). Sum of RGB (Red+Green+Blue) = 202+89+223=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA59DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59DF is #35A620. Grayscale: #898989. Windows color (decimal): -3515937 or 14637514. OLE color: 14637514.
HSL color Cylindrical-coordinate representation of color #CA59DF: hue angle of 290.6º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA59DF is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 89 | 223 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.13 |
| HSL | 290.6º | 0.68% | 0.61% | - |
| HSV(B) | 290.6º | 0.6% | 0.87% | - |
| XYZ | 41.25 | 25.03 | 72.47 | - |
| YUV | 138.06 | 175.94 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 223 | 0.09 | 0.60 | 0 | 0.13 | 290.6 | 0.68 | 0.61 |
| Hex | CA | 59 | DF | 9 | 3C | 0 | D | 123 | 44 | 3D |
| Octal | 312 | 131 | 337 | 11 | 74 | 0 | 15 | 443 | 104 | 75 |
| Binary | 11001010 | 1011001 | 11011111 | 1001 | 111100 | 0 | 1101 | 100100011 | 1000100 | 111101 |
Color Harmonies of #CA59DF
Complementary color
Monochromatic Colors of #CA59DF
Black with #CA59DF
Text Example
Text Example
White with #CA59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59DF; }
p { color: rgb(202,89,223); }
H1.HeaderClassName
{
color: #CA59DF;
}
.AnyTagClassName
{
color: #CA59DF;
}
</style>
background-color css
<style>
a { background-color: #CA59DF; }
a { background-color: rgb(202,89,223); }
div.DivClassName
{
background-color: #CA59DF;
}
.BgClassName
{
background-color: #CA59DF;
}
</style>
border-color css
<style>
span { border-color: #CA59DF; }
span { border-color: rgb(202,89,223); }
td.TdClassName
{
border-color: #CA59DF;
}
.TagClassName
{
border-color: #CA59DF;
}
</style>