#D388D1

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

Shades of Orchid #D388D1

Tints of Orchid #D388D1

Color information

#D388D1 (or 0xD388D1) is unknown color: approx Orchid. HEX triplet: D3, 88 and D1. RGB value is (211,136,209). Sum of RGB (Red+Green+Blue) = 211+136+209=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D388D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388D1 is #2C772E. Grayscale: #A6A6A6. Windows color (decimal): -2914095 or 13732051. OLE color: 13732051.

HSL color Cylindrical-coordinate representation of color #D388D1: hue angle of 301.6º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D388D1 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB211136209-
CMYK00.360.010.17
HSL301.6º46.01%68.04%-
HSV(B)301.6º35.55%82.75%-
XYZ47.1836.0664.8-
YUV166.75151.85159.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.95%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 209 (82.03% from 255) = 37.59%
R=37.95%
G=24.46%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113620900.360.010.17301.646.0168.04
HexD388D102411112e2e44
Octal32321032104412145656104
Binary11010011100010001101000101001001100011001011101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D388D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D388D1; }

 p { color: rgb(211,136,209); }

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

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

 a { background-color: rgb(211,136,209); }

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

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

 span { border-color: rgb(211,136,209); }

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