#D178DA

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

Shades of Orchid #D178DA

Tints of Orchid #D178DA

Color information

#D178DA (or 0xD178DA) is unknown color: approx Orchid. HEX triplet: D1, 78 and DA. RGB value is (209,120,218). Sum of RGB (Red+Green+Blue) = 209+120+218=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #D178DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178DA is #2E8725. Grayscale: #9D9D9D. Windows color (decimal): -3049254 or 14317777. OLE color: 14317777.

HSL color Cylindrical-coordinate representation of color #D178DA: hue angle of 294.49º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D178DA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209120218-
CMYK0.040.4500.15
HSL294.49º56.98%66.27%-
HSV(B)294.49º44.95%85.49%-
XYZ45.6732.0570.11-
YUV157.78161.99164.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 120 (47.27% from 255) = 21.94%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=38.21%
G=21.94%
B=39.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091202180.040.4500.15294.4956.9866.27
HexD178DA42D0F1263942
Octal32117033245501744671102
Binary11010001111100011011010100101101011111001001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D178DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D178DA; }

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

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

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

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

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

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

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

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