Shades of Medium Orchid #CA45EC
Tints of Medium Orchid #CA45EC
RGB
CMYK
RGB Variations
Color information
#CA45EC (or 0xCA45EC) is known color: Medium Orchid. HEX triplet: CA, 45 and EC. RGB value is (202,69,236). Sum of RGB (Red+Green+Blue) = 202+69+236=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA45EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA45EC is #35BA13. Grayscale: #7F7F7F. Windows color (decimal): -3521044 or 15484362. OLE color: 15484362.
HSL color Cylindrical-coordinate representation of color #CA45EC: hue angle of 287.78º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA45EC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 69 | 236 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.07 |
| HSL | 287.78º | 0.81% | 0.6% | - |
| HSV(B) | 287.78º | 0.71% | 0.93% | - |
| XYZ | 41.63 | 22.87 | 81.58 | - |
| YUV | 127.81 | 189.06 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 236 | 0.14 | 0.71 | 0 | 0.07 | 287.78 | 0.81 | 0.6 |
| Hex | CA | 45 | EC | E | 47 | 0 | 7 | 120 | 51 | 3C |
| Octal | 312 | 105 | 354 | 16 | 107 | 0 | 7 | 440 | 121 | 74 |
| Binary | 11001010 | 1000101 | 11101100 | 1110 | 1000111 | 0 | 111 | 100100000 | 1010001 | 111100 |
Color Harmonies of #CA45EC
Complementary color
Monochromatic Colors of #CA45EC
Black with #CA45EC
Text Example
Text Example
White with #CA45EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45EC; }
p { color: rgb(202,69,236); }
H1.HeaderClassName
{
color: #CA45EC;
}
.AnyTagClassName
{
color: #CA45EC;
}
</style>
background-color css
<style>
a { background-color: #CA45EC; }
a { background-color: rgb(202,69,236); }
div.DivClassName
{
background-color: #CA45EC;
}
.BgClassName
{
background-color: #CA45EC;
}
</style>
border-color css
<style>
span { border-color: #CA45EC; }
span { border-color: rgb(202,69,236); }
td.TdClassName
{
border-color: #CA45EC;
}
.TagClassName
{
border-color: #CA45EC;
}
</style>