Shades of Medium Orchid #CA53D5
Tints of Medium Orchid #CA53D5
RGB
CMYK
RGB Variations
Color information
#CA53D5 (or 0xCA53D5) is known color: Medium Orchid. HEX triplet: CA, 53 and D5. RGB value is (202,83,213). Sum of RGB (Red+Green+Blue) = 202+83+213=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA53D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53D5 is #35AC2A. Grayscale: #858585. Windows color (decimal): -3517483 or 13980618. OLE color: 13980618.
HSL color Cylindrical-coordinate representation of color #CA53D5: hue angle of 294.92º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA53D5 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 83 | 213 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.16 |
| HSL | 294.92º | 0.61% | 0.58% | - |
| HSV(B) | 294.92º | 0.61% | 0.84% | - |
| XYZ | 39.46 | 23.55 | 65.42 | - |
| YUV | 133.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 213 | 0.05 | 0.61 | 0 | 0.16 | 294.92 | 0.61 | 0.58 |
| Hex | CA | 53 | D5 | 5 | 3D | 0 | 10 | 127 | 3D | 3A |
| Octal | 312 | 123 | 325 | 5 | 75 | 0 | 20 | 447 | 75 | 72 |
| Binary | 11001010 | 1010011 | 11010101 | 101 | 111101 | 0 | 10000 | 100100111 | 111101 | 111010 |
Color Harmonies of #CA53D5
Complementary color
Monochromatic Colors of #CA53D5
Black with #CA53D5
Text Example
Text Example
White with #CA53D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA53D5; }
p { color: rgb(202,83,213); }
H1.HeaderClassName
{
color: #CA53D5;
}
.AnyTagClassName
{
color: #CA53D5;
}
</style>
background-color css
<style>
a { background-color: #CA53D5; }
a { background-color: rgb(202,83,213); }
div.DivClassName
{
background-color: #CA53D5;
}
.BgClassName
{
background-color: #CA53D5;
}
</style>
border-color css
<style>
span { border-color: #CA53D5; }
span { border-color: rgb(202,83,213); }
td.TdClassName
{
border-color: #CA53D5;
}
.TagClassName
{
border-color: #CA53D5;
}
</style>