Shades of Medium Orchid #CA5ADA
Tints of Medium Orchid #CA5ADA
RGB
CMYK
RGB Variations
Color information
#CA5ADA (or 0xCA5ADA) is known color: Medium Orchid. HEX triplet: CA, 5A and DA. RGB value is (202,90,218). Sum of RGB (Red+Green+Blue) = 202+90+218=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA5ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ADA is #35A525. Grayscale: #898989. Windows color (decimal): -3515686 or 14310090. OLE color: 14310090.
HSL color Cylindrical-coordinate representation of color #CA5ADA: hue angle of 292.5º degrees, saturation: 0.63, 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 #CA5ADA is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 90 | 218 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.15 |
| HSL | 292.5º | 0.63% | 0.6% | - |
| HSV(B) | 292.5º | 0.59% | 0.85% | - |
| XYZ | 40.67 | 24.93 | 69 | - |
| YUV | 138.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 218 | 0.07 | 0.59 | 0 | 0.15 | 292.5 | 0.63 | 0.6 |
| Hex | CA | 5A | DA | 7 | 3B | 0 | F | 124 | 3F | 3C |
| Octal | 312 | 132 | 332 | 7 | 73 | 0 | 17 | 444 | 77 | 74 |
| Binary | 11001010 | 1011010 | 11011010 | 111 | 111011 | 0 | 1111 | 100100100 | 111111 | 111100 |
Color Harmonies of #CA5ADA
Complementary color
Monochromatic Colors of #CA5ADA
Black with #CA5ADA
Text Example
Text Example
White with #CA5ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5ADA; }
p { color: rgb(202,90,218); }
H1.HeaderClassName
{
color: #CA5ADA;
}
.AnyTagClassName
{
color: #CA5ADA;
}
</style>
background-color css
<style>
a { background-color: #CA5ADA; }
a { background-color: rgb(202,90,218); }
div.DivClassName
{
background-color: #CA5ADA;
}
.BgClassName
{
background-color: #CA5ADA;
}
</style>
border-color css
<style>
span { border-color: #CA5ADA; }
span { border-color: rgb(202,90,218); }
td.TdClassName
{
border-color: #CA5ADA;
}
.TagClassName
{
border-color: #CA5ADA;
}
</style>