#D178D3

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

Shades of Orchid #D178D3

Tints of Orchid #D178D3

Color information

#D178D3 (or 0xD178D3) is unknown color: approx Orchid. HEX triplet: D1, 78 and D3. RGB value is (209,120,211). Sum of RGB (Red+Green+Blue) = 209+120+211=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 211 - color contains mainly: blue. Hex color #D178D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178D3 is #2E872C. Grayscale: #9C9C9C. Windows color (decimal): -3049261 or 13859025. OLE color: 13859025.

HSL color Cylindrical-coordinate representation of color #D178D3: hue angle of 298.68º degrees, saturation: 0.51, 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 #D178D3 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB209120211-
CMYK0.010.4300.17
HSL298.68º50.84%64.9%-
HSV(B)298.68º43.13%82.75%-
XYZ44.7731.6965.39-
YUV156.98158.49165.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.70%
GREEN value IS 120 (47.27% from 255) = 22.22%
BLUE value IS 211 (82.81% from 255) = 39.07%
R=38.70%
G=22.22%
B=39.07%

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
Decimal2091202110.010.4300.17298.6850.8464.9
HexD178D312B01112b3341
Octal32117032315302145363101
Binary1101000111110001101001111010110100011001010111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D178D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D178D3; }

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

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

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

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

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

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

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

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