Shades of Medium Orchid #CA5ADB
Tints of Medium Orchid #CA5ADB
RGB
CMYK
RGB Variations
Color information
#CA5ADB (or 0xCA5ADB) is known color: Medium Orchid. HEX triplet: CA, 5A and DB. RGB value is (202,90,219). Sum of RGB (Red+Green+Blue) = 202+90+219=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA5ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ADB is #35A524. Grayscale: #898989. Windows color (decimal): -3515685 or 14375626. OLE color: 14375626.
HSL color Cylindrical-coordinate representation of color #CA5ADB: hue angle of 292.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5ADB is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 90 | 219 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.14 |
| HSL | 292.09º | 0.64% | 0.61% | - |
| HSV(B) | 292.09º | 0.59% | 0.86% | - |
| XYZ | 40.8 | 24.98 | 69.69 | - |
| YUV | 138.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 219 | 0.08 | 0.59 | 0 | 0.14 | 292.09 | 0.64 | 0.61 |
| Hex | CA | 5A | DB | 8 | 3B | 0 | E | 124 | 40 | 3D |
| Octal | 312 | 132 | 333 | 10 | 73 | 0 | 16 | 444 | 100 | 75 |
| Binary | 11001010 | 1011010 | 11011011 | 1000 | 111011 | 0 | 1110 | 100100100 | 1000000 | 111101 |
Color Harmonies of #CA5ADB
Complementary color
Monochromatic Colors of #CA5ADB
Black with #CA5ADB
Text Example
Text Example
White with #CA5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5ADB; }
p { color: rgb(202,90,219); }
H1.HeaderClassName
{
color: #CA5ADB;
}
.AnyTagClassName
{
color: #CA5ADB;
}
</style>
background-color css
<style>
a { background-color: #CA5ADB; }
a { background-color: rgb(202,90,219); }
div.DivClassName
{
background-color: #CA5ADB;
}
.BgClassName
{
background-color: #CA5ADB;
}
</style>
border-color css
<style>
span { border-color: #CA5ADB; }
span { border-color: rgb(202,90,219); }
td.TdClassName
{
border-color: #CA5ADB;
}
.TagClassName
{
border-color: #CA5ADB;
}
</style>