#D382D0

Color #D382D0 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D382D0

Tints of Orchid #D382D0

Color information

#D382D0 (or 0xD382D0) is unknown color: approx Orchid. HEX triplet: D3, 82 and D0. RGB value is (211,130,208). Sum of RGB (Red+Green+Blue) = 211+130+208=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D382D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382D0 is #2C7D2F. Grayscale: #A2A2A2. Windows color (decimal): -2915632 or 13664979. OLE color: 13664979.

HSL color Cylindrical-coordinate representation of color #D382D0: hue angle of 302.22º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D382D0 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB211130208-
CMYK00.380.010.17
HSL302.22º47.93%66.86%-
HSV(B)302.22º38.39%82.75%-
XYZ46.2334.3763.87-
YUV163.11153.34162.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 38.43%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 208 (81.64% from 255) = 37.89%
R=38.43%
G=23.68%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113020800.380.010.17302.2247.9366.86
HexD382D002611112e3043
Octal32320232004612145660103
Binary11010011100000101101000001001101100011001011101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D382D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D382D0; }

 p { color: rgb(211,130,208); }

 H1.HeaderClassName
 {
   color: #D382D0;
 }
 .AnyTagClassName
 {
   color: #D382D0;
 }
</style>
background-color css

<style>
 a { background-color: #D382D0; }

 a { background-color: rgb(211,130,208); }

 div.DivClassName
 {
   background-color: #D382D0;
 }
 .BgClassName
 {
   background-color: #D382D0;
 }
</style>
border-color css

<style>
 span { border-color: #D382D0; }

 span { border-color: rgb(211,130,208); }

 td.TdClassName
 {
   border-color: #D382D0;
 }
 .TagClassName
 {
   border-color: #D382D0;
 }
</style>