Shades of Medium Orchid #CA3DDB
Tints of Medium Orchid #CA3DDB
RGB
CMYK
RGB Variations
Color information
#CA3DDB (or 0xCA3DDB) is known color: Medium Orchid. HEX triplet: CA, 3D and DB. RGB value is (202,61,219). Sum of RGB (Red+Green+Blue) = 202+61+219=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3DDB is #35C224. Grayscale: #787878. Windows color (decimal): -3523109 or 14368202. OLE color: 14368202.
HSL color Cylindrical-coordinate representation of color #CA3DDB: hue angle of 293.54º 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 #CA3DDB is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 61 | 219 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.14 |
| HSL | 293.54º | 0.69% | 0.55% | - |
| HSV(B) | 293.54º | 0.72% | 0.86% | - |
| XYZ | 38.81 | 21.01 | 69.03 | - |
| YUV | 121.17 | 183.21 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 219 | 0.08 | 0.72 | 0 | 0.14 | 293.54 | 0.69 | 0.55 |
| Hex | CA | 3D | DB | 8 | 48 | 0 | E | 126 | 45 | 37 |
| Octal | 312 | 75 | 333 | 10 | 110 | 0 | 16 | 446 | 105 | 67 |
| Binary | 11001010 | 111101 | 11011011 | 1000 | 1001000 | 0 | 1110 | 100100110 | 1000101 | 110111 |
Color Harmonies of #CA3DDB
Complementary color
Monochromatic Colors of #CA3DDB
Black with #CA3DDB
Text Example
Text Example
White with #CA3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3DDB; }
p { color: rgb(202,61,219); }
H1.HeaderClassName
{
color: #CA3DDB;
}
.AnyTagClassName
{
color: #CA3DDB;
}
</style>
background-color css
<style>
a { background-color: #CA3DDB; }
a { background-color: rgb(202,61,219); }
div.DivClassName
{
background-color: #CA3DDB;
}
.BgClassName
{
background-color: #CA3DDB;
}
</style>
border-color css
<style>
span { border-color: #CA3DDB; }
span { border-color: rgb(202,61,219); }
td.TdClassName
{
border-color: #CA3DDB;
}
.TagClassName
{
border-color: #CA3DDB;
}
</style>