Shades of Medium Orchid #CA5BDB
Tints of Medium Orchid #CA5BDB
RGB
CMYK
RGB Variations
Color information
#CA5BDB (or 0xCA5BDB) is known color: Medium Orchid. HEX triplet: CA, 5B and DB. RGB value is (202,91,219). Sum of RGB (Red+Green+Blue) = 202+91+219=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA5BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BDB is #35A424. Grayscale: #8A8A8A. Windows color (decimal): -3515429 or 14375882. OLE color: 14375882.
HSL color Cylindrical-coordinate representation of color #CA5BDB: hue angle of 292.03º 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 #CA5BDB is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 91 | 219 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.14 |
| HSL | 292.03º | 0.64% | 0.61% | - |
| HSV(B) | 292.03º | 0.58% | 0.86% | - |
| XYZ | 40.88 | 25.15 | 69.72 | - |
| YUV | 138.78 | 173.27 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 219 | 0.08 | 0.58 | 0 | 0.14 | 292.03 | 0.64 | 0.61 |
| Hex | CA | 5B | DB | 8 | 3A | 0 | E | 124 | 40 | 3D |
| Octal | 312 | 133 | 333 | 10 | 72 | 0 | 16 | 444 | 100 | 75 |
| Binary | 11001010 | 1011011 | 11011011 | 1000 | 111010 | 0 | 1110 | 100100100 | 1000000 | 111101 |
Color Harmonies of #CA5BDB
Complementary color
Monochromatic Colors of #CA5BDB
Black with #CA5BDB
Text Example
Text Example
White with #CA5BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5BDB; }
p { color: rgb(202,91,219); }
H1.HeaderClassName
{
color: #CA5BDB;
}
.AnyTagClassName
{
color: #CA5BDB;
}
</style>
background-color css
<style>
a { background-color: #CA5BDB; }
a { background-color: rgb(202,91,219); }
div.DivClassName
{
background-color: #CA5BDB;
}
.BgClassName
{
background-color: #CA5BDB;
}
</style>
border-color css
<style>
span { border-color: #CA5BDB; }
span { border-color: rgb(202,91,219); }
td.TdClassName
{
border-color: #CA5BDB;
}
.TagClassName
{
border-color: #CA5BDB;
}
</style>