Shades of Medium Orchid #CD38DB
Tints of Medium Orchid #CD38DB
RGB
CMYK
RGB Variations
Color information
#CD38DB (or 0xCD38DB) is known color: Medium Orchid. HEX triplet: CD, 38 and DB. RGB value is (205,56,219). Sum of RGB (Red+Green+Blue) = 205+56+219=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD38DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD38DB is #32C724. Grayscale: #767676. Windows color (decimal): -3327781 or 14366925. OLE color: 14366925.
HSL color Cylindrical-coordinate representation of color #CD38DB: hue angle of 294.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD38DB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 56 | 219 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.14 |
| HSL | 294.85º | 0.69% | 0.54% | - |
| HSV(B) | 294.85º | 0.74% | 0.86% | - |
| XYZ | 39.38 | 20.92 | 68.98 | - |
| YUV | 119.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 219 | 0.06 | 0.74 | 0 | 0.14 | 294.85 | 0.69 | 0.54 |
| Hex | CD | 38 | DB | 6 | 4A | 0 | E | 127 | 45 | 36 |
| Octal | 315 | 70 | 333 | 6 | 112 | 0 | 16 | 447 | 105 | 66 |
| Binary | 11001101 | 111000 | 11011011 | 110 | 1001010 | 0 | 1110 | 100100111 | 1000101 | 110110 |
Color Harmonies of #CD38DB
Complementary color
Monochromatic Colors of #CD38DB
Black with #CD38DB
Text Example
Text Example
White with #CD38DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD38DB; }
p { color: rgb(205,56,219); }
H1.HeaderClassName
{
color: #CD38DB;
}
.AnyTagClassName
{
color: #CD38DB;
}
</style>
background-color css
<style>
a { background-color: #CD38DB; }
a { background-color: rgb(205,56,219); }
div.DivClassName
{
background-color: #CD38DB;
}
.BgClassName
{
background-color: #CD38DB;
}
</style>
border-color css
<style>
span { border-color: #CD38DB; }
span { border-color: rgb(205,56,219); }
td.TdClassName
{
border-color: #CD38DB;
}
.TagClassName
{
border-color: #CD38DB;
}
</style>