Shades of Medium Orchid #CA5DDA
Tints of Medium Orchid #CA5DDA
RGB
CMYK
RGB Variations
Color information
#CA5DDA (or 0xCA5DDA) is known color: Medium Orchid. HEX triplet: CA, 5D and DA. RGB value is (202,93,218). Sum of RGB (Red+Green+Blue) = 202+93+218=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DDA is #35A225. Grayscale: #8B8B8B. Windows color (decimal): -3514918 or 14310858. OLE color: 14310858.
HSL color Cylindrical-coordinate representation of color #CA5DDA: hue angle of 292.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5DDA is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 93 | 218 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.15 |
| HSL | 292.32º | 0.63% | 0.61% | - |
| HSV(B) | 292.32º | 0.57% | 0.85% | - |
| XYZ | 40.93 | 25.45 | 69.08 | - |
| YUV | 139.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 218 | 0.07 | 0.57 | 0 | 0.15 | 292.32 | 0.63 | 0.61 |
| Hex | CA | 5D | DA | 7 | 39 | 0 | F | 124 | 3F | 3D |
| Octal | 312 | 135 | 332 | 7 | 71 | 0 | 17 | 444 | 77 | 75 |
| Binary | 11001010 | 1011101 | 11011010 | 111 | 111001 | 0 | 1111 | 100100100 | 111111 | 111101 |
Color Harmonies of #CA5DDA
Complementary color
Monochromatic Colors of #CA5DDA
Black with #CA5DDA
Text Example
Text Example
White with #CA5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DDA; }
p { color: rgb(202,93,218); }
H1.HeaderClassName
{
color: #CA5DDA;
}
.AnyTagClassName
{
color: #CA5DDA;
}
</style>
background-color css
<style>
a { background-color: #CA5DDA; }
a { background-color: rgb(202,93,218); }
div.DivClassName
{
background-color: #CA5DDA;
}
.BgClassName
{
background-color: #CA5DDA;
}
</style>
border-color css
<style>
span { border-color: #CA5DDA; }
span { border-color: rgb(202,93,218); }
td.TdClassName
{
border-color: #CA5DDA;
}
.TagClassName
{
border-color: #CA5DDA;
}
</style>