Shades of Medium Orchid #CA2EDB
Tints of Medium Orchid #CA2EDB
RGB
CMYK
RGB Variations
Color information
#CA2EDB (or 0xCA2EDB) is known color: Medium Orchid. HEX triplet: CA, 2E and DB. RGB value is (202,46,219). Sum of RGB (Red+Green+Blue) = 202+46+219=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA2EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EDB is #35D124. Grayscale: #6F6F6F. Windows color (decimal): -3526949 or 14364362. OLE color: 14364362.
HSL color Cylindrical-coordinate representation of color #CA2EDB: hue angle of 294.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2EDB is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 46 | 219 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.14 |
| HSL | 294.1º | 0.71% | 0.52% | - |
| HSV(B) | 294.1º | 0.79% | 0.86% | - |
| XYZ | 38.12 | 19.63 | 68.8 | - |
| YUV | 112.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 219 | 0.08 | 0.79 | 0 | 0.14 | 294.1 | 0.71 | 0.52 |
| Hex | CA | 2E | DB | 8 | 4F | 0 | E | 126 | 47 | 34 |
| Octal | 312 | 56 | 333 | 10 | 117 | 0 | 16 | 446 | 107 | 64 |
| Binary | 11001010 | 101110 | 11011011 | 1000 | 1001111 | 0 | 1110 | 100100110 | 1000111 | 110100 |
Color Harmonies of #CA2EDB
Complementary color
Monochromatic Colors of #CA2EDB
Black with #CA2EDB
Text Example
Text Example
White with #CA2EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EDB; }
p { color: rgb(202,46,219); }
H1.HeaderClassName
{
color: #CA2EDB;
}
.AnyTagClassName
{
color: #CA2EDB;
}
</style>
background-color css
<style>
a { background-color: #CA2EDB; }
a { background-color: rgb(202,46,219); }
div.DivClassName
{
background-color: #CA2EDB;
}
.BgClassName
{
background-color: #CA2EDB;
}
</style>
border-color css
<style>
span { border-color: #CA2EDB; }
span { border-color: rgb(202,46,219); }
td.TdClassName
{
border-color: #CA2EDB;
}
.TagClassName
{
border-color: #CA2EDB;
}
</style>