Shades of Medium Orchid #CA4ADB
Tints of Medium Orchid #CA4ADB
RGB
CMYK
RGB Variations
Color information
#CA4ADB (or 0xCA4ADB) is known color: Medium Orchid. HEX triplet: CA, 4A and DB. RGB value is (202,74,219). Sum of RGB (Red+Green+Blue) = 202+74+219=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ADB is #35B524. Grayscale: #808080. Windows color (decimal): -3519781 or 14371530. OLE color: 14371530.
HSL color Cylindrical-coordinate representation of color #CA4ADB: hue angle of 292.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4ADB is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 74 | 219 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.14 |
| HSL | 292.97º | 0.67% | 0.57% | - |
| HSV(B) | 292.97º | 0.66% | 0.86% | - |
| XYZ | 39.59 | 22.57 | 69.29 | - |
| YUV | 128.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 219 | 0.08 | 0.66 | 0 | 0.14 | 292.97 | 0.67 | 0.57 |
| Hex | CA | 4A | DB | 8 | 42 | 0 | E | 125 | 43 | 39 |
| Octal | 312 | 112 | 333 | 10 | 102 | 0 | 16 | 445 | 103 | 71 |
| Binary | 11001010 | 1001010 | 11011011 | 1000 | 1000010 | 0 | 1110 | 100100101 | 1000011 | 111001 |
Color Harmonies of #CA4ADB
Complementary color
Monochromatic Colors of #CA4ADB
Black with #CA4ADB
Text Example
Text Example
White with #CA4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4ADB; }
p { color: rgb(202,74,219); }
H1.HeaderClassName
{
color: #CA4ADB;
}
.AnyTagClassName
{
color: #CA4ADB;
}
</style>
background-color css
<style>
a { background-color: #CA4ADB; }
a { background-color: rgb(202,74,219); }
div.DivClassName
{
background-color: #CA4ADB;
}
.BgClassName
{
background-color: #CA4ADB;
}
</style>
border-color css
<style>
span { border-color: #CA4ADB; }
span { border-color: rgb(202,74,219); }
td.TdClassName
{
border-color: #CA4ADB;
}
.TagClassName
{
border-color: #CA4ADB;
}
</style>