Shades of Medium Orchid #CD40DB
Tints of Medium Orchid #CD40DB
RGB
CMYK
RGB Variations
Color information
#CD40DB (or 0xCD40DB) is known color: Medium Orchid. HEX triplet: CD, 40 and DB. RGB value is (205,64,219). Sum of RGB (Red+Green+Blue) = 205+64+219=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD40DB is #32BF24. Grayscale: #7B7B7B. Windows color (decimal): -3325733 or 14368973. OLE color: 14368973.
HSL color Cylindrical-coordinate representation of color #CD40DB: hue angle of 294.58º 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 #CD40DB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 64 | 219 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.14 |
| HSL | 294.58º | 0.68% | 0.55% | - |
| HSV(B) | 294.58º | 0.71% | 0.86% | - |
| XYZ | 39.8 | 21.76 | 69.12 | - |
| YUV | 123.83 | 181.71 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 219 | 0.06 | 0.71 | 0 | 0.14 | 294.58 | 0.68 | 0.55 |
| Hex | CD | 40 | DB | 6 | 47 | 0 | E | 127 | 44 | 37 |
| Octal | 315 | 100 | 333 | 6 | 107 | 0 | 16 | 447 | 104 | 67 |
| Binary | 11001101 | 1000000 | 11011011 | 110 | 1000111 | 0 | 1110 | 100100111 | 1000100 | 110111 |
Color Harmonies of #CD40DB
Complementary color
Monochromatic Colors of #CD40DB
Black with #CD40DB
Text Example
Text Example
White with #CD40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD40DB; }
p { color: rgb(205,64,219); }
H1.HeaderClassName
{
color: #CD40DB;
}
.AnyTagClassName
{
color: #CD40DB;
}
</style>
background-color css
<style>
a { background-color: #CD40DB; }
a { background-color: rgb(205,64,219); }
div.DivClassName
{
background-color: #CD40DB;
}
.BgClassName
{
background-color: #CD40DB;
}
</style>
border-color css
<style>
span { border-color: #CD40DB; }
span { border-color: rgb(205,64,219); }
td.TdClassName
{
border-color: #CD40DB;
}
.TagClassName
{
border-color: #CD40DB;
}
</style>