#D386DA

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

Shades of Orchid #D386DA

Tints of Orchid #D386DA

Color information

#D386DA (or 0xD386DA) is unknown color: approx Orchid. HEX triplet: D3, 86 and DA. RGB value is (211,134,218). Sum of RGB (Red+Green+Blue) = 211+134+218=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #D386DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D386DA is #2C7925. Grayscale: #A6A6A6. Windows color (decimal): -2914598 or 14321363. OLE color: 14321363.

HSL color Cylindrical-coordinate representation of color #D386DA: hue angle of 295º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D386DA is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211134218-
CMYK0.030.3900.15
HSL295º53.16%69.02%-
HSV(B)295º38.53%85.49%-
XYZ48.0435.9670.74-
YUV166.6157.01159.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.48%
GREEN value IS 134 (52.73% from 255) = 23.80%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=37.48%
G=23.80%
B=38.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111342180.030.3900.1529553.1669.02
HexD386DA3270F1273545
Octal32320633234701744765105
Binary11010011100001101101101011100111011111001001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D386DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D386DA; }

 p { color: rgb(211,134,218); }

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

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

 a { background-color: rgb(211,134,218); }

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

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

 span { border-color: rgb(211,134,218); }

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