#D178D4

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

Shades of Orchid #D178D4

Tints of Orchid #D178D4

Color information

#D178D4 (or 0xD178D4) is unknown color: approx Orchid. HEX triplet: D1, 78 and D4. RGB value is (209,120,212). Sum of RGB (Red+Green+Blue) = 209+120+212=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 212 - color contains mainly: blue. Hex color #D178D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178D4 is #2E872B. Grayscale: #9C9C9C. Windows color (decimal): -3049260 or 13924561. OLE color: 13924561.

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

Color convert

RGB209120212-
CMYK0.010.4300.17
HSL298.04º51.69%65.1%-
HSV(B)298.04º43.4%83.14%-
XYZ44.8931.7466.05-
YUV157.1158.99165.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 120 (47.27% from 255) = 22.18%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=38.63%
G=22.18%
B=39.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2091202120.010.4300.17298.0451.6965.1
HexD178D412B01112a3441
Octal32117032415302145264101
Binary1101000111110001101010011010110100011001010101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D178D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D178D4; }

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

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

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

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

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

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

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

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