Shades of Medium Orchid #CA54EC
Tints of Medium Orchid #CA54EC
RGB
CMYK
RGB Variations
Color information
#CA54EC (or 0xCA54EC) is known color: Medium Orchid. HEX triplet: CA, 54 and EC. RGB value is (202,84,236). Sum of RGB (Red+Green+Blue) = 202+84+236=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA54EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA54EC is #35AB13. Grayscale: #888888. Windows color (decimal): -3517204 or 15488202. OLE color: 15488202.
HSL color Cylindrical-coordinate representation of color #CA54EC: hue angle of 286.58º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA54EC is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 84 | 236 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.07 |
| HSL | 286.58º | 0.8% | 0.63% | - |
| HSV(B) | 286.58º | 0.64% | 0.93% | - |
| XYZ | 42.67 | 24.95 | 81.92 | - |
| YUV | 136.61 | 184.09 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 236 | 0.14 | 0.64 | 0 | 0.07 | 286.58 | 0.8 | 0.63 |
| Hex | CA | 54 | EC | E | 40 | 0 | 7 | 11F | 50 | 3F |
| Octal | 312 | 124 | 354 | 16 | 100 | 0 | 7 | 437 | 120 | 77 |
| Binary | 11001010 | 1010100 | 11101100 | 1110 | 1000000 | 0 | 111 | 100011111 | 1010000 | 111111 |
Color Harmonies of #CA54EC
Complementary color
Monochromatic Colors of #CA54EC
Black with #CA54EC
Text Example
Text Example
White with #CA54EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54EC; }
p { color: rgb(202,84,236); }
H1.HeaderClassName
{
color: #CA54EC;
}
.AnyTagClassName
{
color: #CA54EC;
}
</style>
background-color css
<style>
a { background-color: #CA54EC; }
a { background-color: rgb(202,84,236); }
div.DivClassName
{
background-color: #CA54EC;
}
.BgClassName
{
background-color: #CA54EC;
}
</style>
border-color css
<style>
span { border-color: #CA54EC; }
span { border-color: rgb(202,84,236); }
td.TdClassName
{
border-color: #CA54EC;
}
.TagClassName
{
border-color: #CA54EC;
}
</style>