Shades of Medium Orchid #CA5ED7
Tints of Medium Orchid #CA5ED7
RGB
CMYK
RGB Variations
Color information
#CA5ED7 (or 0xCA5ED7) is known color: Medium Orchid. HEX triplet: CA, 5E and D7. RGB value is (202,94,215). Sum of RGB (Red+Green+Blue) = 202+94+215=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA5ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ED7 is #35A128. Grayscale: #8B8B8B. Windows color (decimal): -3514665 or 14114506. OLE color: 14114506.
HSL color Cylindrical-coordinate representation of color #CA5ED7: hue angle of 293.55º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5ED7 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 94 | 215 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.16 |
| HSL | 293.55º | 0.6% | 0.61% | - |
| HSV(B) | 293.55º | 0.56% | 0.84% | - |
| XYZ | 40.63 | 25.47 | 67.06 | - |
| YUV | 140.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 215 | 0.06 | 0.56 | 0 | 0.16 | 293.55 | 0.6 | 0.61 |
| Hex | CA | 5E | D7 | 6 | 38 | 0 | 10 | 126 | 3C | 3D |
| Octal | 312 | 136 | 327 | 6 | 70 | 0 | 20 | 446 | 74 | 75 |
| Binary | 11001010 | 1011110 | 11010111 | 110 | 111000 | 0 | 10000 | 100100110 | 111100 | 111101 |
Color Harmonies of #CA5ED7
Complementary color
Monochromatic Colors of #CA5ED7
Black with #CA5ED7
Text Example
Text Example
White with #CA5ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5ED7; }
p { color: rgb(202,94,215); }
H1.HeaderClassName
{
color: #CA5ED7;
}
.AnyTagClassName
{
color: #CA5ED7;
}
</style>
background-color css
<style>
a { background-color: #CA5ED7; }
a { background-color: rgb(202,94,215); }
div.DivClassName
{
background-color: #CA5ED7;
}
.BgClassName
{
background-color: #CA5ED7;
}
</style>
border-color css
<style>
span { border-color: #CA5ED7; }
span { border-color: rgb(202,94,215); }
td.TdClassName
{
border-color: #CA5ED7;
}
.TagClassName
{
border-color: #CA5ED7;
}
</style>