#D178D1

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

Shades of Orchid #D178D1

Tints of Orchid #D178D1

Color information

#D178D1 (or 0xD178D1) is unknown color: approx Orchid. HEX triplet: D1, 78 and D1. RGB value is (209,120,209). Sum of RGB (Red+Green+Blue) = 209+120+209=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D178D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178D1 is #2E872E. Grayscale: #9C9C9C. Windows color (decimal): -3049263 or 13727953. OLE color: 13727953.

HSL color Cylindrical-coordinate representation of color #D178D1: hue angle of 300º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D178D1 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB209120209-
CMYK00.4300.18
HSL300º49.17%64.51%-
HSV(B)300º42.58%81.96%-
XYZ44.5231.5964.07-
YUV156.76157.49165.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 120 (47.27% from 255) = 22.30%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=38.85%
G=22.30%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912020900.4300.1830049.1764.51
HexD178D102B01212c3141
Octal32117032105302245461101
Binary1101000111110001101000101010110100101001011001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D178D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D178D1; }

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

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

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

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

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

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

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

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