Shades of Medium Orchid #CA2EEA
Tints of Medium Orchid #CA2EEA
RGB
CMYK
RGB Variations
Color information
#CA2EEA (or 0xCA2EEA) is known color: Medium Orchid. HEX triplet: CA, 2E and EA. RGB value is (202,46,234). Sum of RGB (Red+Green+Blue) = 202+46+234=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA2EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2EEA is #35D115. Grayscale: #717171. Windows color (decimal): -3526934 or 15347402. OLE color: 15347402.
HSL color Cylindrical-coordinate representation of color #CA2EEA: hue angle of 289.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2EEA is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 46 | 234 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.08 |
| HSL | 289.79º | 0.82% | 0.55% | - |
| HSV(B) | 289.79º | 0.8% | 0.92% | - |
| XYZ | 40.19 | 20.45 | 79.67 | - |
| YUV | 114.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 234 | 0.14 | 0.80 | 0 | 0.08 | 289.79 | 0.82 | 0.55 |
| Hex | CA | 2E | EA | E | 50 | 0 | 8 | 122 | 52 | 37 |
| Octal | 312 | 56 | 352 | 16 | 120 | 0 | 10 | 442 | 122 | 67 |
| Binary | 11001010 | 101110 | 11101010 | 1110 | 1010000 | 0 | 1000 | 100100010 | 1010010 | 110111 |
Color Harmonies of #CA2EEA
Complementary color
Monochromatic Colors of #CA2EEA
Black with #CA2EEA
Text Example
Text Example
White with #CA2EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EEA; }
p { color: rgb(202,46,234); }
H1.HeaderClassName
{
color: #CA2EEA;
}
.AnyTagClassName
{
color: #CA2EEA;
}
</style>
background-color css
<style>
a { background-color: #CA2EEA; }
a { background-color: rgb(202,46,234); }
div.DivClassName
{
background-color: #CA2EEA;
}
.BgClassName
{
background-color: #CA2EEA;
}
</style>
border-color css
<style>
span { border-color: #CA2EEA; }
span { border-color: rgb(202,46,234); }
td.TdClassName
{
border-color: #CA2EEA;
}
.TagClassName
{
border-color: #CA2EEA;
}
</style>