Shades of Medium Orchid #CA55EC
Tints of Medium Orchid #CA55EC
RGB
CMYK
RGB Variations
Color information
#CA55EC (or 0xCA55EC) is known color: Medium Orchid. HEX triplet: CA, 55 and EC. RGB value is (202,85,236). Sum of RGB (Red+Green+Blue) = 202+85+236=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA55EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA55EC is #35AA13. Grayscale: #888888. Windows color (decimal): -3516948 or 15488458. OLE color: 15488458.
HSL color Cylindrical-coordinate representation of color #CA55EC: hue angle of 286.49º 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 #CA55EC is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 85 | 236 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.07 |
| HSL | 286.49º | 0.8% | 0.63% | - |
| HSV(B) | 286.49º | 0.64% | 0.93% | - |
| XYZ | 42.75 | 25.11 | 81.95 | - |
| YUV | 137.2 | 183.76 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 236 | 0.14 | 0.64 | 0 | 0.07 | 286.49 | 0.8 | 0.63 |
| Hex | CA | 55 | EC | E | 40 | 0 | 7 | 11E | 50 | 3F |
| Octal | 312 | 125 | 354 | 16 | 100 | 0 | 7 | 436 | 120 | 77 |
| Binary | 11001010 | 1010101 | 11101100 | 1110 | 1000000 | 0 | 111 | 100011110 | 1010000 | 111111 |
Color Harmonies of #CA55EC
Complementary color
Monochromatic Colors of #CA55EC
Black with #CA55EC
Text Example
Text Example
White with #CA55EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55EC; }
p { color: rgb(202,85,236); }
H1.HeaderClassName
{
color: #CA55EC;
}
.AnyTagClassName
{
color: #CA55EC;
}
</style>
background-color css
<style>
a { background-color: #CA55EC; }
a { background-color: rgb(202,85,236); }
div.DivClassName
{
background-color: #CA55EC;
}
.BgClassName
{
background-color: #CA55EC;
}
</style>
border-color css
<style>
span { border-color: #CA55EC; }
span { border-color: rgb(202,85,236); }
td.TdClassName
{
border-color: #CA55EC;
}
.TagClassName
{
border-color: #CA55EC;
}
</style>