#D182D6

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

Shades of Orchid #D182D6

Tints of Orchid #D182D6

Color information

#D182D6 (or 0xD182D6) is unknown color: approx Orchid. HEX triplet: D1, 82 and D6. RGB value is (209,130,214). Sum of RGB (Red+Green+Blue) = 209+130+214=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #D182D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182D6 is #2E7D29. Grayscale: #A2A2A2. Windows color (decimal): -3046698 or 14058193. OLE color: 14058193.

HSL color Cylindrical-coordinate representation of color #D182D6: hue angle of 296.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D182D6 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209130214-
CMYK0.020.3900.16
HSL296.43º50.6%67.45%-
HSV(B)296.43º39.25%83.92%-
XYZ46.4134.3867.81-
YUV163.2156.67160.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 130 (51.17% from 255) = 23.51%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=37.79%
G=23.51%
B=38.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091302140.020.3900.16296.4350.667.45
HexD182D62270101283343
Octal32120232624702045063103
Binary110100011000001011010110101001110100001001010001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D182D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D182D6; }

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

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

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

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

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

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

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

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