Shades of Medium Orchid #CA5DDB
Tints of Medium Orchid #CA5DDB
RGB
CMYK
RGB Variations
Color information
#CA5DDB (or 0xCA5DDB) is known color: Medium Orchid. HEX triplet: CA, 5D and DB. RGB value is (202,93,219). Sum of RGB (Red+Green+Blue) = 202+93+219=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DDB is #35A224. Grayscale: #8B8B8B. Windows color (decimal): -3514917 or 14376394. OLE color: 14376394.
HSL color Cylindrical-coordinate representation of color #CA5DDB: hue angle of 291.9º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5DDB is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 93 | 219 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.14 |
| HSL | 291.9º | 0.64% | 0.61% | - |
| HSV(B) | 291.9º | 0.58% | 0.86% | - |
| XYZ | 41.06 | 25.5 | 69.78 | - |
| YUV | 139.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 219 | 0.08 | 0.58 | 0 | 0.14 | 291.9 | 0.64 | 0.61 |
| Hex | CA | 5D | DB | 8 | 3A | 0 | E | 124 | 40 | 3D |
| Octal | 312 | 135 | 333 | 10 | 72 | 0 | 16 | 444 | 100 | 75 |
| Binary | 11001010 | 1011101 | 11011011 | 1000 | 111010 | 0 | 1110 | 100100100 | 1000000 | 111101 |
Color Harmonies of #CA5DDB
Complementary color
Monochromatic Colors of #CA5DDB
Black with #CA5DDB
Text Example
Text Example
White with #CA5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DDB; }
p { color: rgb(202,93,219); }
H1.HeaderClassName
{
color: #CA5DDB;
}
.AnyTagClassName
{
color: #CA5DDB;
}
</style>
background-color css
<style>
a { background-color: #CA5DDB; }
a { background-color: rgb(202,93,219); }
div.DivClassName
{
background-color: #CA5DDB;
}
.BgClassName
{
background-color: #CA5DDB;
}
</style>
border-color css
<style>
span { border-color: #CA5DDB; }
span { border-color: rgb(202,93,219); }
td.TdClassName
{
border-color: #CA5DDB;
}
.TagClassName
{
border-color: #CA5DDB;
}
</style>