#D177E5

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

Shades of Orchid #D177E5

Tints of Orchid #D177E5

Color information

#D177E5 (or 0xD177E5) is unknown color: approx Orchid. HEX triplet: D1, 77 and E5. RGB value is (209,119,229). Sum of RGB (Red+Green+Blue) = 209+119+229=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #D177E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177E5 is #2E881A. Grayscale: #9E9E9E. Windows color (decimal): -3049499 or 15038417. OLE color: 15038417.

HSL color Cylindrical-coordinate representation of color #D177E5: hue angle of 289.09º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D177E5 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB209119229-
CMYK0.090.4800.10
HSL289.09º67.9%68.24%-
HSV(B)289.09º48.03%89.8%-
XYZ47.0332.4177.9-
YUV158.45167.82164.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 119 (46.88% from 255) = 21.36%
BLUE value IS 229 (89.84% from 255) = 41.11%
R=37.52%
G=21.36%
B=41.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2091192290.090.4800.10289.0967.968.24
HexD177E59300A1214444
Octal3211673451160012441104104
Binary1101000111101111110010110011100000101010010000110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D177E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D177E5; }

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

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

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

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

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

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

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

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