Shades of Medium Orchid #CA59DC
Tints of Medium Orchid #CA59DC
RGB
CMYK
RGB Variations
Color information
#CA59DC (or 0xCA59DC) is known color: Medium Orchid. HEX triplet: CA, 59 and DC. RGB value is (202,89,220). Sum of RGB (Red+Green+Blue) = 202+89+220=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA59DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59DC is #35A623. Grayscale: #898989. Windows color (decimal): -3515940 or 14440906. OLE color: 14440906.
HSL color Cylindrical-coordinate representation of color #CA59DC: hue angle of 291.76º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA59DC is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 89 | 220 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.14 |
| HSL | 291.76º | 0.65% | 0.61% | - |
| HSV(B) | 291.76º | 0.6% | 0.86% | - |
| XYZ | 40.85 | 24.87 | 70.36 | - |
| YUV | 137.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 220 | 0.08 | 0.60 | 0 | 0.14 | 291.76 | 0.65 | 0.61 |
| Hex | CA | 59 | DC | 8 | 3C | 0 | E | 124 | 41 | 3D |
| Octal | 312 | 131 | 334 | 10 | 74 | 0 | 16 | 444 | 101 | 75 |
| Binary | 11001010 | 1011001 | 11011100 | 1000 | 111100 | 0 | 1110 | 100100100 | 1000001 | 111101 |
Color Harmonies of #CA59DC
Complementary color
Monochromatic Colors of #CA59DC
Black with #CA59DC
Text Example
Text Example
White with #CA59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59DC; }
p { color: rgb(202,89,220); }
H1.HeaderClassName
{
color: #CA59DC;
}
.AnyTagClassName
{
color: #CA59DC;
}
</style>
background-color css
<style>
a { background-color: #CA59DC; }
a { background-color: rgb(202,89,220); }
div.DivClassName
{
background-color: #CA59DC;
}
.BgClassName
{
background-color: #CA59DC;
}
</style>
border-color css
<style>
span { border-color: #CA59DC; }
span { border-color: rgb(202,89,220); }
td.TdClassName
{
border-color: #CA59DC;
}
.TagClassName
{
border-color: #CA59DC;
}
</style>