Shades of Orchid #D384DC
Tints of Orchid #D384DC
RGB
CMYK
RGB Variations
Color information
#D384DC (or 0xD384DC) is known color: Orchid. HEX triplet: D3, 84 and DC. RGB value is (211,132,220). Sum of RGB (Red+Green+Blue) = 211+132+220=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #D384DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384DC is #2C7B23. Grayscale: #A5A5A5. Windows color (decimal): -2915108 or 14451923. OLE color: 14451923.
HSL color Cylindrical-coordinate representation of color #D384DC: hue angle of 293.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D384DC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 132 | 220 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.14 |
| HSL | 293.86º | 0.56% | 0.69% | - |
| HSV(B) | 293.86º | 0.4% | 0.86% | - |
| XYZ | 48.03 | 35.52 | 72.03 | - |
| YUV | 165.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 220 | 0.04 | 0.40 | 0 | 0.14 | 293.86 | 0.56 | 0.69 |
| Hex | D3 | 84 | DC | 4 | 28 | 0 | E | 126 | 38 | 45 |
| Octal | 323 | 204 | 334 | 4 | 50 | 0 | 16 | 446 | 70 | 105 |
| Binary | 11010011 | 10000100 | 11011100 | 100 | 101000 | 0 | 1110 | 100100110 | 111000 | 1000101 |
Color Harmonies of #D384DC
Complementary color
Monochromatic Colors of #D384DC
Black with #D384DC
Text Example
Text Example
White with #D384DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384DC; }
p { color: rgb(211,132,220); }
H1.HeaderClassName
{
color: #D384DC;
}
.AnyTagClassName
{
color: #D384DC;
}
</style>
background-color css
<style>
a { background-color: #D384DC; }
a { background-color: rgb(211,132,220); }
div.DivClassName
{
background-color: #D384DC;
}
.BgClassName
{
background-color: #D384DC;
}
</style>
border-color css
<style>
span { border-color: #D384DC; }
span { border-color: rgb(211,132,220); }
td.TdClassName
{
border-color: #D384DC;
}
.TagClassName
{
border-color: #D384DC;
}
</style>