Shades of Medium Orchid #CA5CDD
Tints of Medium Orchid #CA5CDD
RGB
CMYK
RGB Variations
Color information
#CA5CDD (or 0xCA5CDD) is known color: Medium Orchid. HEX triplet: CA, 5C and DD. RGB value is (202,92,221). Sum of RGB (Red+Green+Blue) = 202+92+221=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA5CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CDD is #35A322. Grayscale: #8B8B8B. Windows color (decimal): -3515171 or 14507210. OLE color: 14507210.
HSL color Cylindrical-coordinate representation of color #CA5CDD: hue angle of 291.16º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5CDD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 92 | 221 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.13 |
| HSL | 291.16º | 0.65% | 0.61% | - |
| HSV(B) | 291.16º | 0.58% | 0.87% | - |
| XYZ | 41.24 | 25.43 | 71.14 | - |
| YUV | 139.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 221 | 0.09 | 0.58 | 0 | 0.13 | 291.16 | 0.65 | 0.61 |
| Hex | CA | 5C | DD | 9 | 3A | 0 | D | 123 | 41 | 3D |
| Octal | 312 | 134 | 335 | 11 | 72 | 0 | 15 | 443 | 101 | 75 |
| Binary | 11001010 | 1011100 | 11011101 | 1001 | 111010 | 0 | 1101 | 100100011 | 1000001 | 111101 |
Color Harmonies of #CA5CDD
Complementary color
Monochromatic Colors of #CA5CDD
Black with #CA5CDD
Text Example
Text Example
White with #CA5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5CDD; }
p { color: rgb(202,92,221); }
H1.HeaderClassName
{
color: #CA5CDD;
}
.AnyTagClassName
{
color: #CA5CDD;
}
</style>
background-color css
<style>
a { background-color: #CA5CDD; }
a { background-color: rgb(202,92,221); }
div.DivClassName
{
background-color: #CA5CDD;
}
.BgClassName
{
background-color: #CA5CDD;
}
</style>
border-color css
<style>
span { border-color: #CA5CDD; }
span { border-color: rgb(202,92,221); }
td.TdClassName
{
border-color: #CA5CDD;
}
.TagClassName
{
border-color: #CA5CDD;
}
</style>