Shades of Medium Orchid #CA2EEC
Tints of Medium Orchid #CA2EEC
RGB
CMYK
RGB Variations
Color information
#CA2EEC (or 0xCA2EEC) is known color: Medium Orchid. HEX triplet: CA, 2E and EC. RGB value is (202,46,236). Sum of RGB (Red+Green+Blue) = 202+46+236=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA2EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2EEC is #35D113. Grayscale: #717171. Windows color (decimal): -3526932 or 15478474. OLE color: 15478474.
HSL color Cylindrical-coordinate representation of color #CA2EEC: hue angle of 289.26º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2EEC is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 46 | 236 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.07 |
| HSL | 289.26º | 0.83% | 0.55% | - |
| HSV(B) | 289.26º | 0.81% | 0.93% | - |
| XYZ | 40.47 | 20.57 | 81.19 | - |
| YUV | 114.3 | 196.68 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 236 | 0.14 | 0.81 | 0 | 0.07 | 289.26 | 0.83 | 0.55 |
| Hex | CA | 2E | EC | E | 51 | 0 | 7 | 121 | 53 | 37 |
| Octal | 312 | 56 | 354 | 16 | 121 | 0 | 7 | 441 | 123 | 67 |
| Binary | 11001010 | 101110 | 11101100 | 1110 | 1010001 | 0 | 111 | 100100001 | 1010011 | 110111 |
Color Harmonies of #CA2EEC
Complementary color
Monochromatic Colors of #CA2EEC
Black with #CA2EEC
Text Example
Text Example
White with #CA2EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EEC; }
p { color: rgb(202,46,236); }
H1.HeaderClassName
{
color: #CA2EEC;
}
.AnyTagClassName
{
color: #CA2EEC;
}
</style>
background-color css
<style>
a { background-color: #CA2EEC; }
a { background-color: rgb(202,46,236); }
div.DivClassName
{
background-color: #CA2EEC;
}
.BgClassName
{
background-color: #CA2EEC;
}
</style>
border-color css
<style>
span { border-color: #CA2EEC; }
span { border-color: rgb(202,46,236); }
td.TdClassName
{
border-color: #CA2EEC;
}
.TagClassName
{
border-color: #CA2EEC;
}
</style>