#D382DE

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

Shades of Orchid #D382DE

Tints of Orchid #D382DE

Color information

#D382DE (or 0xD382DE) is unknown color: approx Orchid. HEX triplet: D3, 82 and DE. RGB value is (211,130,222). Sum of RGB (Red+Green+Blue) = 211+130+222=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #D382DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382DE is #2C7D21. Grayscale: #A4A4A4. Windows color (decimal): -2915618 or 14582483. OLE color: 14582483.

HSL color Cylindrical-coordinate representation of color #D382DE: hue angle of 292.83º degrees, saturation: 0.58, 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 #D382DE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211130222-
CMYK0.050.4100.13
HSL292.83º58.23%69.02%-
HSV(B)292.83º41.44%87.06%-
XYZ48.0335.0973.35-
YUV164.71160.34161.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.48%
GREEN value IS 130 (51.17% from 255) = 23.09%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=37.48%
G=23.09%
B=39.43%

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
Decimal2111302220.050.4100.13292.8358.2369.02
HexD382DE5290D1253a45
Octal32320233655101544572105
Binary110100111000001011011110101101001011011001001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D382DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D382DE; }

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

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

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

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

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

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

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

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