Shades of Medium Orchid #CA3EDB
Tints of Medium Orchid #CA3EDB
RGB
CMYK
RGB Variations
Color information
#CA3EDB (or 0xCA3EDB) is known color: Medium Orchid. HEX triplet: CA, 3E and DB. RGB value is (202,62,219). Sum of RGB (Red+Green+Blue) = 202+62+219=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA3EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3EDB is #35C124. Grayscale: #797979. Windows color (decimal): -3522853 or 14368458. OLE color: 14368458.
HSL color Cylindrical-coordinate representation of color #CA3EDB: hue angle of 293.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3EDB is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 62 | 219 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.14 |
| HSL | 293.5º | 0.69% | 0.55% | - |
| HSV(B) | 293.5º | 0.72% | 0.86% | - |
| XYZ | 38.87 | 21.12 | 69.05 | - |
| YUV | 121.76 | 182.88 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 219 | 0.08 | 0.72 | 0 | 0.14 | 293.5 | 0.69 | 0.55 |
| Hex | CA | 3E | DB | 8 | 48 | 0 | E | 126 | 45 | 37 |
| Octal | 312 | 76 | 333 | 10 | 110 | 0 | 16 | 446 | 105 | 67 |
| Binary | 11001010 | 111110 | 11011011 | 1000 | 1001000 | 0 | 1110 | 100100110 | 1000101 | 110111 |
Color Harmonies of #CA3EDB
Complementary color
Monochromatic Colors of #CA3EDB
Black with #CA3EDB
Text Example
Text Example
White with #CA3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3EDB; }
p { color: rgb(202,62,219); }
H1.HeaderClassName
{
color: #CA3EDB;
}
.AnyTagClassName
{
color: #CA3EDB;
}
</style>
background-color css
<style>
a { background-color: #CA3EDB; }
a { background-color: rgb(202,62,219); }
div.DivClassName
{
background-color: #CA3EDB;
}
.BgClassName
{
background-color: #CA3EDB;
}
</style>
border-color css
<style>
span { border-color: #CA3EDB; }
span { border-color: rgb(202,62,219); }
td.TdClassName
{
border-color: #CA3EDB;
}
.TagClassName
{
border-color: #CA3EDB;
}
</style>