#D176E0

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

Shades of Orchid #D176E0

Tints of Orchid #D176E0

Color information

#D176E0 (or 0xD176E0) is unknown color: approx Orchid. HEX triplet: D1, 76 and E0. RGB value is (209,118,224). Sum of RGB (Red+Green+Blue) = 209+118+224=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #D176E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176E0 is #2E891F. Grayscale: #9C9C9C. Windows color (decimal): -3049760 or 14710481. OLE color: 14710481.

HSL color Cylindrical-coordinate representation of color #D176E0: hue angle of 291.51º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D176E0 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209118224-
CMYK0.070.4700.12
HSL291.51º63.1%67.06%-
HSV(B)291.51º47.32%87.84%-
XYZ46.2331.8974.24-
YUV157.29165.65164.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 118 (46.48% from 255) = 21.42%
BLUE value IS 224 (87.89% from 255) = 40.65%
R=37.93%
G=21.42%
B=40.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091182240.070.4700.12291.5163.167.06
HexD176E072F0C1243f43
Octal32116634075701444477103
Binary11010001111011011100000111101111011001001001001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D176E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D176E0; }

 p { color: rgb(209,118,224); }

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

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

 a { background-color: rgb(209,118,224); }

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

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

 span { border-color: rgb(209,118,224); }

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