Shades of Medium Orchid #CA2EEB
Tints of Medium Orchid #CA2EEB
RGB
CMYK
RGB Variations
Color information
#CA2EEB (or 0xCA2EEB) is known color: Medium Orchid. HEX triplet: CA, 2E and EB. RGB value is (202,46,235). Sum of RGB (Red+Green+Blue) = 202+46+235=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 46 (18.36% from 255 or 9.52% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA2EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2EEB is #35D114. Grayscale: #717171. Windows color (decimal): -3526933 or 15412938. OLE color: 15412938.
HSL color Cylindrical-coordinate representation of color #CA2EEB: hue angle of 289.52º degrees, saturation: 0.83, 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 #CA2EEB is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 46 | 235 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.08 |
| HSL | 289.52º | 0.83% | 0.55% | - |
| HSV(B) | 289.52º | 0.8% | 0.92% | - |
| XYZ | 40.33 | 20.51 | 80.43 | - |
| YUV | 114.19 | 196.18 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 235 | 0.14 | 0.80 | 0 | 0.08 | 289.52 | 0.83 | 0.55 |
| Hex | CA | 2E | EB | E | 50 | 0 | 8 | 122 | 53 | 37 |
| Octal | 312 | 56 | 353 | 16 | 120 | 0 | 10 | 442 | 123 | 67 |
| Binary | 11001010 | 101110 | 11101011 | 1110 | 1010000 | 0 | 1000 | 100100010 | 1010011 | 110111 |
Color Harmonies of #CA2EEB
Complementary color
Monochromatic Colors of #CA2EEB
Black with #CA2EEB
Text Example
Text Example
White with #CA2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EEB; }
p { color: rgb(202,46,235); }
H1.HeaderClassName
{
color: #CA2EEB;
}
.AnyTagClassName
{
color: #CA2EEB;
}
</style>
background-color css
<style>
a { background-color: #CA2EEB; }
a { background-color: rgb(202,46,235); }
div.DivClassName
{
background-color: #CA2EEB;
}
.BgClassName
{
background-color: #CA2EEB;
}
</style>
border-color css
<style>
span { border-color: #CA2EEB; }
span { border-color: rgb(202,46,235); }
td.TdClassName
{
border-color: #CA2EEB;
}
.TagClassName
{
border-color: #CA2EEB;
}
</style>