#D178DD

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

Shades of Orchid #D178DD

Tints of Orchid #D178DD

Color information

#D178DD (or 0xD178DD) is unknown color: approx Orchid. HEX triplet: D1, 78 and DD. RGB value is (209,120,221). Sum of RGB (Red+Green+Blue) = 209+120+221=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #D178DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178DD is #2E8722. Grayscale: #9D9D9D. Windows color (decimal): -3049251 or 14514385. OLE color: 14514385.

HSL color Cylindrical-coordinate representation of color #D178DD: hue angle of 292.87º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D178DD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209120221-
CMYK0.050.4600.13
HSL292.87º59.76%66.86%-
HSV(B)292.87º45.7%86.67%-
XYZ46.0632.2172.2-
YUV158.12163.49164.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38%
GREEN value IS 120 (47.27% from 255) = 21.82%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=38%
G=21.82%
B=40.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091202210.050.4600.13292.8759.7666.86
HexD178DD52E0D1253c43
Octal32117033555601544574103
Binary11010001111100011011101101101110011011001001011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D178DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D178DD; }

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

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

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

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

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

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

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

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