#D177D7

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

Shades of Orchid #D177D7

Tints of Orchid #D177D7

Color information

#D177D7 (or 0xD177D7) is unknown color: approx Orchid. HEX triplet: D1, 77 and D7. RGB value is (209,119,215). Sum of RGB (Red+Green+Blue) = 209+119+215=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #D177D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177D7 is #2E8828. Grayscale: #9C9C9C. Windows color (decimal): -3049513 or 14120913. OLE color: 14120913.

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

Color convert

RGB209119215-
CMYK0.030.4500.16
HSL296.25º54.55%65.49%-
HSV(B)296.25º44.65%84.31%-
XYZ45.1631.6668.02-
YUV156.85160.82165.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.49%
GREEN value IS 119 (46.88% from 255) = 21.92%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=38.49%
G=21.92%
B=39.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091192150.030.4500.16296.2554.5565.49
HexD177D732D0101283741
Octal32116732735502045067101
Binary11010001111011111010111111011010100001001010001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D177D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D177D7; }

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

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

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

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

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

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

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

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