Shades of Medium Orchid #CA40EC
Tints of Medium Orchid #CA40EC
RGB
CMYK
RGB Variations
Color information
#CA40EC (or 0xCA40EC) is known color: Medium Orchid. HEX triplet: CA, 40 and EC. RGB value is (202,64,236). Sum of RGB (Red+Green+Blue) = 202+64+236=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA40EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40EC is #35BF13. Grayscale: #7C7C7C. Windows color (decimal): -3522324 or 15483082. OLE color: 15483082.
HSL color Cylindrical-coordinate representation of color #CA40EC: hue angle of 288.14º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA40EC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 64 | 236 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.07 |
| HSL | 288.14º | 0.82% | 0.59% | - |
| HSV(B) | 288.14º | 0.73% | 0.93% | - |
| XYZ | 41.33 | 22.28 | 81.48 | - |
| YUV | 124.87 | 190.72 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 236 | 0.14 | 0.73 | 0 | 0.07 | 288.14 | 0.82 | 0.59 |
| Hex | CA | 40 | EC | E | 49 | 0 | 7 | 120 | 52 | 3B |
| Octal | 312 | 100 | 354 | 16 | 111 | 0 | 7 | 440 | 122 | 73 |
| Binary | 11001010 | 1000000 | 11101100 | 1110 | 1001001 | 0 | 111 | 100100000 | 1010010 | 111011 |
Color Harmonies of #CA40EC
Complementary color
Monochromatic Colors of #CA40EC
Black with #CA40EC
Text Example
Text Example
White with #CA40EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40EC; }
p { color: rgb(202,64,236); }
H1.HeaderClassName
{
color: #CA40EC;
}
.AnyTagClassName
{
color: #CA40EC;
}
</style>
background-color css
<style>
a { background-color: #CA40EC; }
a { background-color: rgb(202,64,236); }
div.DivClassName
{
background-color: #CA40EC;
}
.BgClassName
{
background-color: #CA40EC;
}
</style>
border-color css
<style>
span { border-color: #CA40EC; }
span { border-color: rgb(202,64,236); }
td.TdClassName
{
border-color: #CA40EC;
}
.TagClassName
{
border-color: #CA40EC;
}
</style>