#D382DF

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

Shades of Orchid #D382DF

Tints of Orchid #D382DF

Color information

#D382DF (or 0xD382DF) is unknown color: approx Orchid. HEX triplet: D3, 82 and DF. RGB value is (211,130,223). Sum of RGB (Red+Green+Blue) = 211+130+223=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #D382DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382DF is #2C7D20. Grayscale: #A4A4A4. Windows color (decimal): -2915617 or 14648019. OLE color: 14648019.

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

Color convert

RGB211130223-
CMYK0.050.4200.13
HSL292.26º59.24%69.22%-
HSV(B)292.26º41.7%87.45%-
XYZ48.1735.1474.06-
YUV164.82160.84160.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.41%
GREEN value IS 130 (51.17% from 255) = 23.05%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=37.41%
G=23.05%
B=39.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111302230.050.4200.13292.2659.2469.22
HexD382DF52A0D1243b45
Octal32320233755201544473105
Binary110100111000001011011111101101010011011001001001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D382DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D382DF; }

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

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

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

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

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

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

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

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