Shades of Medium Orchid #CA2FEC
Tints of Medium Orchid #CA2FEC
RGB
CMYK
RGB Variations
Color information
#CA2FEC (or 0xCA2FEC) is known color: Medium Orchid. HEX triplet: CA, 2F and EC. RGB value is (202,47,236). Sum of RGB (Red+Green+Blue) = 202+47+236=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 47 (18.75% from 255 or 9.69% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA2FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2FEC is #35D013. Grayscale: #727272. Windows color (decimal): -3526676 or 15478730. OLE color: 15478730.
HSL color Cylindrical-coordinate representation of color #CA2FEC: hue angle of 289.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2FEC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 47 | 236 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.07 |
| HSL | 289.21º | 0.83% | 0.55% | - |
| HSV(B) | 289.21º | 0.8% | 0.93% | - |
| XYZ | 40.51 | 20.65 | 81.21 | - |
| YUV | 114.89 | 196.35 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 236 | 0.14 | 0.80 | 0 | 0.07 | 289.21 | 0.83 | 0.55 |
| Hex | CA | 2F | EC | E | 50 | 0 | 7 | 121 | 53 | 37 |
| Octal | 312 | 57 | 354 | 16 | 120 | 0 | 7 | 441 | 123 | 67 |
| Binary | 11001010 | 101111 | 11101100 | 1110 | 1010000 | 0 | 111 | 100100001 | 1010011 | 110111 |
Color Harmonies of #CA2FEC
Complementary color
Monochromatic Colors of #CA2FEC
Black with #CA2FEC
Text Example
Text Example
White with #CA2FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FEC; }
p { color: rgb(202,47,236); }
H1.HeaderClassName
{
color: #CA2FEC;
}
.AnyTagClassName
{
color: #CA2FEC;
}
</style>
background-color css
<style>
a { background-color: #CA2FEC; }
a { background-color: rgb(202,47,236); }
div.DivClassName
{
background-color: #CA2FEC;
}
.BgClassName
{
background-color: #CA2FEC;
}
</style>
border-color css
<style>
span { border-color: #CA2FEC; }
span { border-color: rgb(202,47,236); }
td.TdClassName
{
border-color: #CA2FEC;
}
.TagClassName
{
border-color: #CA2FEC;
}
</style>