#D177D5

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

Shades of Orchid #D177D5

Tints of Orchid #D177D5

Color information

#D177D5 (or 0xD177D5) is unknown color: approx Orchid. HEX triplet: D1, 77 and D5. RGB value is (209,119,213). Sum of RGB (Red+Green+Blue) = 209+119+213=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #D177D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177D5 is #2E882A. Grayscale: #9C9C9C. Windows color (decimal): -3049515 or 13989841. OLE color: 13989841.

HSL color Cylindrical-coordinate representation of color #D177D5: hue angle of 297.45º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D177D5 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209119213-
CMYK0.020.4400.16
HSL297.45º52.81%65.1%-
HSV(B)297.45º44.13%83.53%-
XYZ44.931.5566.67-
YUV156.63159.82165.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 119 (46.88% from 255) = 22.00%
BLUE value IS 213 (83.59% from 255) = 39.37%
R=38.63%
G=22.00%
B=39.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091192130.020.4400.16297.4552.8165.1
HexD177D522C0101293541
Octal32116732525402045165101
Binary11010001111011111010101101011000100001001010011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D177D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D177D5; }

 p { color: rgb(209,119,213); }

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

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

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

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

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

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

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