#D384CB

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

Shades of Orchid #D384CB

Tints of Orchid #D384CB

Color information

#D384CB (or 0xD384CB) is unknown color: approx Orchid. HEX triplet: D3, 84 and CB. RGB value is (211,132,203). Sum of RGB (Red+Green+Blue) = 211+132+203=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D384CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384CB is #2C7B34. Grayscale: #A3A3A3. Windows color (decimal): -2915125 or 13337811. OLE color: 13337811.

HSL color Cylindrical-coordinate representation of color #D384CB: hue angle of 306.08º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D384CB is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211132203-
CMYK00.370.040.17
HSL306.08º47.31%67.25%-
HSV(B)306.08º37.44%82.75%-
XYZ45.8934.6660.77-
YUV163.71150.17161.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 132 (51.95% from 255) = 24.18%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=38.64%
G=24.18%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113220300.370.040.17306.0847.3167.25
HexD384CB0254111322f43
Octal32320431304542146257103
Binary1101001110000100110010110100101100100011001100101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D384CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D384CB; }

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

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

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

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

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

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

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

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