Shades of Medium Orchid #CA40DB
Tints of Medium Orchid #CA40DB
RGB
CMYK
RGB Variations
Color information
#CA40DB (or 0xCA40DB) is known color: Medium Orchid. HEX triplet: CA, 40 and DB. RGB value is (202,64,219). Sum of RGB (Red+Green+Blue) = 202+64+219=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40DB is #35BF24. Grayscale: #7A7A7A. Windows color (decimal): -3522341 or 14368970. OLE color: 14368970.
HSL color Cylindrical-coordinate representation of color #CA40DB: hue angle of 293.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA40DB is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 64 | 219 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.14 |
| HSL | 293.42º | 0.68% | 0.55% | - |
| HSV(B) | 293.42º | 0.71% | 0.86% | - |
| XYZ | 38.98 | 21.34 | 69.08 | - |
| YUV | 122.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 219 | 0.08 | 0.71 | 0 | 0.14 | 293.42 | 0.68 | 0.55 |
| Hex | CA | 40 | DB | 8 | 47 | 0 | E | 125 | 44 | 37 |
| Octal | 312 | 100 | 333 | 10 | 107 | 0 | 16 | 445 | 104 | 67 |
| Binary | 11001010 | 1000000 | 11011011 | 1000 | 1000111 | 0 | 1110 | 100100101 | 1000100 | 110111 |
Color Harmonies of #CA40DB
Complementary color
Monochromatic Colors of #CA40DB
Black with #CA40DB
Text Example
Text Example
White with #CA40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40DB; }
p { color: rgb(202,64,219); }
H1.HeaderClassName
{
color: #CA40DB;
}
.AnyTagClassName
{
color: #CA40DB;
}
</style>
background-color css
<style>
a { background-color: #CA40DB; }
a { background-color: rgb(202,64,219); }
div.DivClassName
{
background-color: #CA40DB;
}
.BgClassName
{
background-color: #CA40DB;
}
</style>
border-color css
<style>
span { border-color: #CA40DB; }
span { border-color: rgb(202,64,219); }
td.TdClassName
{
border-color: #CA40DB;
}
.TagClassName
{
border-color: #CA40DB;
}
</style>