Shades of Medium Orchid #CA5EDF
Tints of Medium Orchid #CA5EDF
RGB
CMYK
RGB Variations
Color information
#CA5EDF (or 0xCA5EDF) is known color: Medium Orchid. HEX triplet: CA, 5E and DF. RGB value is (202,94,223). Sum of RGB (Red+Green+Blue) = 202+94+223=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA5EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EDF is #35A120. Grayscale: #8C8C8C. Windows color (decimal): -3514657 or 14638794. OLE color: 14638794.
HSL color Cylindrical-coordinate representation of color #CA5EDF: hue angle of 290.23º degrees, saturation: 0.67, 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 #CA5EDF is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 94 | 223 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.13 |
| HSL | 290.23º | 0.67% | 0.62% | - |
| HSV(B) | 290.23º | 0.58% | 0.87% | - |
| XYZ | 41.68 | 25.89 | 72.61 | - |
| YUV | 141 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 223 | 0.09 | 0.58 | 0 | 0.13 | 290.23 | 0.67 | 0.62 |
| Hex | CA | 5E | DF | 9 | 3A | 0 | D | 122 | 43 | 3E |
| Octal | 312 | 136 | 337 | 11 | 72 | 0 | 15 | 442 | 103 | 76 |
| Binary | 11001010 | 1011110 | 11011111 | 1001 | 111010 | 0 | 1101 | 100100010 | 1000011 | 111110 |
Color Harmonies of #CA5EDF
Complementary color
Monochromatic Colors of #CA5EDF
Black with #CA5EDF
Text Example
Text Example
White with #CA5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5EDF; }
p { color: rgb(202,94,223); }
H1.HeaderClassName
{
color: #CA5EDF;
}
.AnyTagClassName
{
color: #CA5EDF;
}
</style>
background-color css
<style>
a { background-color: #CA5EDF; }
a { background-color: rgb(202,94,223); }
div.DivClassName
{
background-color: #CA5EDF;
}
.BgClassName
{
background-color: #CA5EDF;
}
</style>
border-color css
<style>
span { border-color: #CA5EDF; }
span { border-color: rgb(202,94,223); }
td.TdClassName
{
border-color: #CA5EDF;
}
.TagClassName
{
border-color: #CA5EDF;
}
</style>