#D182BE

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

Shades of Orchid #D182BE

Tints of Orchid #D182BE

Color information

#D182BE (or 0xD182BE) is unknown color: approx Orchid. HEX triplet: D1, 82 and BE. RGB value is (209,130,190). Sum of RGB (Red+Green+Blue) = 209+130+190=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D182BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182BE is #2E7D41. Grayscale: #A0A0A0. Windows color (decimal): -3046722 or 12485329. OLE color: 12485329.

HSL color Cylindrical-coordinate representation of color #D182BE: hue angle of 314.43º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D182BE is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB209130190-
CMYK00.380.090.18
HSL314.43º46.2%66.47%-
HSV(B)314.43º37.8%81.96%-
XYZ43.5733.2452.83-
YUV160.46144.67162.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 130 (51.17% from 255) = 24.57%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=39.51%
G=24.57%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913019000.380.090.18314.4346.266.47
HexD182BE02691213a2e42
Octal321202276046112247256102
Binary11010001100000101011111001001101001100101001110101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D182BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D182BE; }

 p { color: rgb(209,130,190); }

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

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

 a { background-color: rgb(209,130,190); }

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

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

 span { border-color: rgb(209,130,190); }

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