Shades of Medium Orchid #CA3BDB
Tints of Medium Orchid #CA3BDB
RGB
CMYK
RGB Variations
Color information
#CA3BDB (or 0xCA3BDB) is known color: Medium Orchid. HEX triplet: CA, 3B and DB. RGB value is (202,59,219). Sum of RGB (Red+Green+Blue) = 202+59+219=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA3BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3BDB is #35C424. Grayscale: #777777. Windows color (decimal): -3523621 or 14367690. OLE color: 14367690.
HSL color Cylindrical-coordinate representation of color #CA3BDB: hue angle of 293.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3BDB is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 59 | 219 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.14 |
| HSL | 293.63º | 0.69% | 0.55% | - |
| HSV(B) | 293.63º | 0.73% | 0.86% | - |
| XYZ | 38.71 | 20.8 | 68.99 | - |
| YUV | 120 | 183.88 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 219 | 0.08 | 0.73 | 0 | 0.14 | 293.63 | 0.69 | 0.55 |
| Hex | CA | 3B | DB | 8 | 49 | 0 | E | 126 | 45 | 37 |
| Octal | 312 | 73 | 333 | 10 | 111 | 0 | 16 | 446 | 105 | 67 |
| Binary | 11001010 | 111011 | 11011011 | 1000 | 1001001 | 0 | 1110 | 100100110 | 1000101 | 110111 |
Color Harmonies of #CA3BDB
Complementary color
Monochromatic Colors of #CA3BDB
Black with #CA3BDB
Text Example
Text Example
White with #CA3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3BDB; }
p { color: rgb(202,59,219); }
H1.HeaderClassName
{
color: #CA3BDB;
}
.AnyTagClassName
{
color: #CA3BDB;
}
</style>
background-color css
<style>
a { background-color: #CA3BDB; }
a { background-color: rgb(202,59,219); }
div.DivClassName
{
background-color: #CA3BDB;
}
.BgClassName
{
background-color: #CA3BDB;
}
</style>
border-color css
<style>
span { border-color: #CA3BDB; }
span { border-color: rgb(202,59,219); }
td.TdClassName
{
border-color: #CA3BDB;
}
.TagClassName
{
border-color: #CA3BDB;
}
</style>