Shades of Medium Orchid #CD47DB
Tints of Medium Orchid #CD47DB
RGB
CMYK
RGB Variations
Color information
#CD47DB (or 0xCD47DB) is known color: Medium Orchid. HEX triplet: CD, 47 and DB. RGB value is (205,71,219). Sum of RGB (Red+Green+Blue) = 205+71+219=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 71 (28.12% from 255 or 14.34% 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 #CD47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD47DB is #32B824. Grayscale: #7F7F7F. Windows color (decimal): -3323941 or 14370765. OLE color: 14370765.
HSL color Cylindrical-coordinate representation of color #CD47DB: hue angle of 294.32º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD47DB is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 71 | 219 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.14 |
| HSL | 294.32º | 0.67% | 0.57% | - |
| HSV(B) | 294.32º | 0.68% | 0.86% | - |
| XYZ | 40.22 | 22.6 | 69.26 | - |
| YUV | 127.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 71 | 219 | 0.06 | 0.68 | 0 | 0.14 | 294.32 | 0.67 | 0.57 |
| Hex | CD | 47 | DB | 6 | 44 | 0 | E | 126 | 43 | 39 |
| Octal | 315 | 107 | 333 | 6 | 104 | 0 | 16 | 446 | 103 | 71 |
| Binary | 11001101 | 1000111 | 11011011 | 110 | 1000100 | 0 | 1110 | 100100110 | 1000011 | 111001 |
Color Harmonies of #CD47DB
Complementary color
Monochromatic Colors of #CD47DB
Black with #CD47DB
Text Example
Text Example
White with #CD47DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD47DB; }
p { color: rgb(205,71,219); }
H1.HeaderClassName
{
color: #CD47DB;
}
.AnyTagClassName
{
color: #CD47DB;
}
</style>
background-color css
<style>
a { background-color: #CD47DB; }
a { background-color: rgb(205,71,219); }
div.DivClassName
{
background-color: #CD47DB;
}
.BgClassName
{
background-color: #CD47DB;
}
</style>
border-color css
<style>
span { border-color: #CD47DB; }
span { border-color: rgb(205,71,219); }
td.TdClassName
{
border-color: #CD47DB;
}
.TagClassName
{
border-color: #CD47DB;
}
</style>