Shades of Medium Orchid #CA5ADE
Tints of Medium Orchid #CA5ADE
RGB
CMYK
RGB Variations
Color information
#CA5ADE (or 0xCA5ADE) is known color: Medium Orchid. HEX triplet: CA, 5A and DE. RGB value is (202,90,222). Sum of RGB (Red+Green+Blue) = 202+90+222=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA5ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ADE is #35A521. Grayscale: #8A8A8A. Windows color (decimal): -3515682 or 14572234. OLE color: 14572234.
HSL color Cylindrical-coordinate representation of color #CA5ADE: hue angle of 290.91º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5ADE is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 90 | 222 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.13 |
| HSL | 290.91º | 0.67% | 0.61% | - |
| HSV(B) | 290.91º | 0.59% | 0.87% | - |
| XYZ | 41.2 | 25.14 | 71.79 | - |
| YUV | 138.54 | 175.11 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 222 | 0.09 | 0.59 | 0 | 0.13 | 290.91 | 0.67 | 0.61 |
| Hex | CA | 5A | DE | 9 | 3B | 0 | D | 123 | 43 | 3D |
| Octal | 312 | 132 | 336 | 11 | 73 | 0 | 15 | 443 | 103 | 75 |
| Binary | 11001010 | 1011010 | 11011110 | 1001 | 111011 | 0 | 1101 | 100100011 | 1000011 | 111101 |
Color Harmonies of #CA5ADE
Complementary color
Monochromatic Colors of #CA5ADE
Black with #CA5ADE
Text Example
Text Example
White with #CA5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5ADE; }
p { color: rgb(202,90,222); }
H1.HeaderClassName
{
color: #CA5ADE;
}
.AnyTagClassName
{
color: #CA5ADE;
}
</style>
background-color css
<style>
a { background-color: #CA5ADE; }
a { background-color: rgb(202,90,222); }
div.DivClassName
{
background-color: #CA5ADE;
}
.BgClassName
{
background-color: #CA5ADE;
}
</style>
border-color css
<style>
span { border-color: #CA5ADE; }
span { border-color: rgb(202,90,222); }
td.TdClassName
{
border-color: #CA5ADE;
}
.TagClassName
{
border-color: #CA5ADE;
}
</style>