Shades of Medium Orchid #CA5EDD
Tints of Medium Orchid #CA5EDD
RGB
CMYK
RGB Variations
Color information
#CA5EDD (or 0xCA5EDD) is known color: Medium Orchid. HEX triplet: CA, 5E and DD. RGB value is (202,94,221). Sum of RGB (Red+Green+Blue) = 202+94+221=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA5EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EDD is #35A122. Grayscale: #8C8C8C. Windows color (decimal): -3514659 or 14507722. OLE color: 14507722.
HSL color Cylindrical-coordinate representation of color #CA5EDD: hue angle of 291.02º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5EDD is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 94 | 221 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.13 |
| HSL | 291.02º | 0.65% | 0.62% | - |
| HSV(B) | 291.02º | 0.57% | 0.87% | - |
| XYZ | 41.41 | 25.78 | 71.2 | - |
| YUV | 140.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 221 | 0.09 | 0.57 | 0 | 0.13 | 291.02 | 0.65 | 0.62 |
| Hex | CA | 5E | DD | 9 | 39 | 0 | D | 123 | 41 | 3E |
| Octal | 312 | 136 | 335 | 11 | 71 | 0 | 15 | 443 | 101 | 76 |
| Binary | 11001010 | 1011110 | 11011101 | 1001 | 111001 | 0 | 1101 | 100100011 | 1000001 | 111110 |
Color Harmonies of #CA5EDD
Complementary color
Monochromatic Colors of #CA5EDD
Black with #CA5EDD
Text Example
Text Example
White with #CA5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5EDD; }
p { color: rgb(202,94,221); }
H1.HeaderClassName
{
color: #CA5EDD;
}
.AnyTagClassName
{
color: #CA5EDD;
}
</style>
background-color css
<style>
a { background-color: #CA5EDD; }
a { background-color: rgb(202,94,221); }
div.DivClassName
{
background-color: #CA5EDD;
}
.BgClassName
{
background-color: #CA5EDD;
}
</style>
border-color css
<style>
span { border-color: #CA5EDD; }
span { border-color: rgb(202,94,221); }
td.TdClassName
{
border-color: #CA5EDD;
}
.TagClassName
{
border-color: #CA5EDD;
}
</style>