Shades of Medium Orchid #CA5CDC
Tints of Medium Orchid #CA5CDC
RGB
CMYK
RGB Variations
Color information
#CA5CDC (or 0xCA5CDC) is known color: Medium Orchid. HEX triplet: CA, 5C and DC. RGB value is (202,92,220). Sum of RGB (Red+Green+Blue) = 202+92+220=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA5CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CDC is #35A323. Grayscale: #8B8B8B. Windows color (decimal): -3515172 or 14441674. OLE color: 14441674.
HSL color Cylindrical-coordinate representation of color #CA5CDC: hue angle of 291.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5CDC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 92 | 220 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.14 |
| HSL | 291.56º | 0.65% | 0.61% | - |
| HSV(B) | 291.56º | 0.58% | 0.86% | - |
| XYZ | 41.1 | 25.38 | 70.44 | - |
| YUV | 139.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 220 | 0.08 | 0.58 | 0 | 0.14 | 291.56 | 0.65 | 0.61 |
| Hex | CA | 5C | DC | 8 | 3A | 0 | E | 124 | 41 | 3D |
| Octal | 312 | 134 | 334 | 10 | 72 | 0 | 16 | 444 | 101 | 75 |
| Binary | 11001010 | 1011100 | 11011100 | 1000 | 111010 | 0 | 1110 | 100100100 | 1000001 | 111101 |
Color Harmonies of #CA5CDC
Complementary color
Monochromatic Colors of #CA5CDC
Black with #CA5CDC
Text Example
Text Example
White with #CA5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5CDC; }
p { color: rgb(202,92,220); }
H1.HeaderClassName
{
color: #CA5CDC;
}
.AnyTagClassName
{
color: #CA5CDC;
}
</style>
background-color css
<style>
a { background-color: #CA5CDC; }
a { background-color: rgb(202,92,220); }
div.DivClassName
{
background-color: #CA5CDC;
}
.BgClassName
{
background-color: #CA5CDC;
}
</style>
border-color css
<style>
span { border-color: #CA5CDC; }
span { border-color: rgb(202,92,220); }
td.TdClassName
{
border-color: #CA5CDC;
}
.TagClassName
{
border-color: #CA5CDC;
}
</style>