Shades of Medium Orchid #CA3ADB
Tints of Medium Orchid #CA3ADB
RGB
CMYK
RGB Variations
Color information
#CA3ADB (or 0xCA3ADB) is known color: Medium Orchid. HEX triplet: CA, 3A and DB. RGB value is (202,58,219). Sum of RGB (Red+Green+Blue) = 202+58+219=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA3ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3ADB is #35C524. Grayscale: #767676. Windows color (decimal): -3523877 or 14367434. OLE color: 14367434.
HSL color Cylindrical-coordinate representation of color #CA3ADB: hue angle of 293.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3ADB is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 58 | 219 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.14 |
| HSL | 293.66º | 0.69% | 0.54% | - |
| HSV(B) | 293.66º | 0.74% | 0.86% | - |
| XYZ | 38.66 | 20.7 | 68.98 | - |
| YUV | 119.41 | 184.21 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 219 | 0.08 | 0.74 | 0 | 0.14 | 293.66 | 0.69 | 0.54 |
| Hex | CA | 3A | DB | 8 | 4A | 0 | E | 126 | 45 | 36 |
| Octal | 312 | 72 | 333 | 10 | 112 | 0 | 16 | 446 | 105 | 66 |
| Binary | 11001010 | 111010 | 11011011 | 1000 | 1001010 | 0 | 1110 | 100100110 | 1000101 | 110110 |
Color Harmonies of #CA3ADB
Complementary color
Monochromatic Colors of #CA3ADB
Black with #CA3ADB
Text Example
Text Example
White with #CA3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3ADB; }
p { color: rgb(202,58,219); }
H1.HeaderClassName
{
color: #CA3ADB;
}
.AnyTagClassName
{
color: #CA3ADB;
}
</style>
background-color css
<style>
a { background-color: #CA3ADB; }
a { background-color: rgb(202,58,219); }
div.DivClassName
{
background-color: #CA3ADB;
}
.BgClassName
{
background-color: #CA3ADB;
}
</style>
border-color css
<style>
span { border-color: #CA3ADB; }
span { border-color: rgb(202,58,219); }
td.TdClassName
{
border-color: #CA3ADB;
}
.TagClassName
{
border-color: #CA3ADB;
}
</style>