#D178D6

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

Shades of Orchid #D178D6

Tints of Orchid #D178D6

Color information

#D178D6 (or 0xD178D6) is unknown color: approx Orchid. HEX triplet: D1, 78 and D6. RGB value is (209,120,214). Sum of RGB (Red+Green+Blue) = 209+120+214=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #D178D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178D6 is #2E8729. Grayscale: #9D9D9D. Windows color (decimal): -3049258 or 14055633. OLE color: 14055633.

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

Color convert

RGB209120214-
CMYK0.020.4400.16
HSL296.81º53.41%65.49%-
HSV(B)296.81º43.93%83.92%-
XYZ45.1531.8467.39-
YUV157.33159.99164.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.49%
GREEN value IS 120 (47.27% from 255) = 22.10%
BLUE value IS 214 (83.98% from 255) = 39.41%
R=38.49%
G=22.10%
B=39.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091202140.020.4400.16296.8153.4165.49
HexD178D622C0101293541
Octal32117032625402045165101
Binary11010001111100011010110101011000100001001010011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D178D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D178D6; }

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

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

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

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

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

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

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

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