Shades of Orchid #D385DD
Tints of Orchid #D385DD
RGB
CMYK
RGB Variations
Color information
#D385DD (or 0xD385DD) is known color: Orchid. HEX triplet: D3, 85 and DD. RGB value is (211,133,221). Sum of RGB (Red+Green+Blue) = 211+133+221=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D385DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385DD is #2C7A22. Grayscale: #A6A6A6. Windows color (decimal): -2914851 or 14517715. OLE color: 14517715.
HSL color Cylindrical-coordinate representation of color #D385DD: hue angle of 293.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D385DD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 133 | 221 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.13 |
| HSL | 293.18º | 0.56% | 0.69% | - |
| HSV(B) | 293.18º | 0.4% | 0.87% | - |
| XYZ | 48.3 | 35.84 | 72.78 | - |
| YUV | 166.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 221 | 0.05 | 0.40 | 0 | 0.13 | 293.18 | 0.56 | 0.69 |
| Hex | D3 | 85 | DD | 5 | 28 | 0 | D | 125 | 38 | 45 |
| Octal | 323 | 205 | 335 | 5 | 50 | 0 | 15 | 445 | 70 | 105 |
| Binary | 11010011 | 10000101 | 11011101 | 101 | 101000 | 0 | 1101 | 100100101 | 111000 | 1000101 |
Color Harmonies of #D385DD
Complementary color
Monochromatic Colors of #D385DD
Black with #D385DD
Text Example
Text Example
White with #D385DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D385DD; }
p { color: rgb(211,133,221); }
H1.HeaderClassName
{
color: #D385DD;
}
.AnyTagClassName
{
color: #D385DD;
}
</style>
background-color css
<style>
a { background-color: #D385DD; }
a { background-color: rgb(211,133,221); }
div.DivClassName
{
background-color: #D385DD;
}
.BgClassName
{
background-color: #D385DD;
}
</style>
border-color css
<style>
span { border-color: #D385DD; }
span { border-color: rgb(211,133,221); }
td.TdClassName
{
border-color: #D385DD;
}
.TagClassName
{
border-color: #D385DD;
}
</style>