#D382DD

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

Shades of Orchid #D382DD

Tints of Orchid #D382DD

Color information

#D382DD (or 0xD382DD) is unknown color: approx Orchid. HEX triplet: D3, 82 and DD. RGB value is (211,130,221). Sum of RGB (Red+Green+Blue) = 211+130+221=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D382DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382DD is #2C7D22. Grayscale: #A4A4A4. Windows color (decimal): -2915619 or 14516947. OLE color: 14516947.

HSL color Cylindrical-coordinate representation of color #D382DD: hue angle of 293.41º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D382DD is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211130221-
CMYK0.050.4100.13
HSL293.41º57.23%68.82%-
HSV(B)293.41º41.18%86.67%-
XYZ47.935.0372.64-
YUV164.59159.84161.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.54%
GREEN value IS 130 (51.17% from 255) = 23.13%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=37.54%
G=23.13%
B=39.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111302210.050.4100.13293.4157.2368.82
HexD382DD5290D1253945
Octal32320233555101544571105
Binary110100111000001011011101101101001011011001001011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D382DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D382DD; }

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

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

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

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

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

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

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

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