Shades of Medium Orchid #CA48EC
Tints of Medium Orchid #CA48EC
RGB
CMYK
RGB Variations
Color information
#CA48EC (or 0xCA48EC) is known color: Medium Orchid. HEX triplet: CA, 48 and EC. RGB value is (202,72,236). Sum of RGB (Red+Green+Blue) = 202+72+236=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA48EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA48EC is #35B713. Grayscale: #818181. Windows color (decimal): -3520276 or 15485130. OLE color: 15485130.
HSL color Cylindrical-coordinate representation of color #CA48EC: hue angle of 287.56º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA48EC is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 72 | 236 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.07 |
| HSL | 287.56º | 0.81% | 0.6% | - |
| HSV(B) | 287.56º | 0.69% | 0.93% | - |
| XYZ | 41.81 | 23.25 | 81.64 | - |
| YUV | 129.57 | 188.07 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 236 | 0.14 | 0.69 | 0 | 0.07 | 287.56 | 0.81 | 0.6 |
| Hex | CA | 48 | EC | E | 45 | 0 | 7 | 120 | 51 | 3C |
| Octal | 312 | 110 | 354 | 16 | 105 | 0 | 7 | 440 | 121 | 74 |
| Binary | 11001010 | 1001000 | 11101100 | 1110 | 1000101 | 0 | 111 | 100100000 | 1010001 | 111100 |
Color Harmonies of #CA48EC
Complementary color
Monochromatic Colors of #CA48EC
Black with #CA48EC
Text Example
Text Example
White with #CA48EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48EC; }
p { color: rgb(202,72,236); }
H1.HeaderClassName
{
color: #CA48EC;
}
.AnyTagClassName
{
color: #CA48EC;
}
</style>
background-color css
<style>
a { background-color: #CA48EC; }
a { background-color: rgb(202,72,236); }
div.DivClassName
{
background-color: #CA48EC;
}
.BgClassName
{
background-color: #CA48EC;
}
</style>
border-color css
<style>
span { border-color: #CA48EC; }
span { border-color: rgb(202,72,236); }
td.TdClassName
{
border-color: #CA48EC;
}
.TagClassName
{
border-color: #CA48EC;
}
</style>