Shades of Medium Orchid #CA5EDE
Tints of Medium Orchid #CA5EDE
RGB
CMYK
RGB Variations
Color information
#CA5EDE (or 0xCA5EDE) is known color: Medium Orchid. HEX triplet: CA, 5E and DE. RGB value is (202,94,222). Sum of RGB (Red+Green+Blue) = 202+94+222=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA5EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EDE is #35A121. Grayscale: #8C8C8C. Windows color (decimal): -3514658 or 14573258. OLE color: 14573258.
HSL color Cylindrical-coordinate representation of color #CA5EDE: hue angle of 290.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5EDE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 94 | 222 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.13 |
| HSL | 290.63º | 0.66% | 0.62% | - |
| HSV(B) | 290.63º | 0.58% | 0.87% | - |
| XYZ | 41.54 | 25.84 | 71.9 | - |
| YUV | 140.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 222 | 0.09 | 0.58 | 0 | 0.13 | 290.63 | 0.66 | 0.62 |
| Hex | CA | 5E | DE | 9 | 3A | 0 | D | 123 | 42 | 3E |
| Octal | 312 | 136 | 336 | 11 | 72 | 0 | 15 | 443 | 102 | 76 |
| Binary | 11001010 | 1011110 | 11011110 | 1001 | 111010 | 0 | 1101 | 100100011 | 1000010 | 111110 |
Color Harmonies of #CA5EDE
Complementary color
Monochromatic Colors of #CA5EDE
Black with #CA5EDE
Text Example
Text Example
White with #CA5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5EDE; }
p { color: rgb(202,94,222); }
H1.HeaderClassName
{
color: #CA5EDE;
}
.AnyTagClassName
{
color: #CA5EDE;
}
</style>
background-color css
<style>
a { background-color: #CA5EDE; }
a { background-color: rgb(202,94,222); }
div.DivClassName
{
background-color: #CA5EDE;
}
.BgClassName
{
background-color: #CA5EDE;
}
</style>
border-color css
<style>
span { border-color: #CA5EDE; }
span { border-color: rgb(202,94,222); }
td.TdClassName
{
border-color: #CA5EDE;
}
.TagClassName
{
border-color: #CA5EDE;
}
</style>