#d384e5

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

Shades of Orchid #D384E5

Tints of Orchid #D384E5

Color information

#D384E5 (or 0xD384E5) is unknown color: approx Orchid. HEX triplet: D3, 84 and E5. RGB value is (211,132,229). Sum of RGB (Red+Green+Blue) = 211+132+229=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #D384E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384E5 is #2C7B1A. Grayscale: #A6A6A6. Windows color (decimal): -2915099 or 15041747. OLE color: 15041747.

HSL color Cylindrical-coordinate representation of color #D384E5: hue angle of 288.87º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D384E5 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB211132229-
CMYK0.080.4200.10
HSL288.87º65.1%70.78%-
HSV(B)288.87º42.36%89.8%-
XYZ49.2636.0178.48-
YUV166.68163.17159.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.89%
GREEN value IS 132 (51.95% from 255) = 23.08%
BLUE value IS 229 (89.84% from 255) = 40.03%
R=36.89%
G=23.08%
B=40.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2111322290.080.4200.10288.8765.170.78
HexD384E582A0A1214147
Octal3232043451052012441101107
Binary11010011100001001110010110001010100101010010000110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d384e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d384e5; }

 p { color: rgb(211,132,229); }

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

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

 a { background-color: rgb(211,132,229); }

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

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

 span { border-color: rgb(211,132,229); }

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