#D175BB

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

Shades of Orchid #D175BB

Tints of Orchid #D175BB

Color information

#D175BB (or 0xD175BB) is unknown color: approx Orchid. HEX triplet: D1, 75 and BB. RGB value is (209,117,187). Sum of RGB (Red+Green+Blue) = 209+117+187=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D175BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175BB is #2E8A44. Grayscale: #989898. Windows color (decimal): -3050053 or 12285393. OLE color: 12285393.

HSL color Cylindrical-coordinate representation of color #D175BB: hue angle of 314.35º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D175BB is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209117187-
CMYK00.440.110.18
HSL314.35º50%63.92%-
HSV(B)314.35º44.02%81.96%-
XYZ41.6329.8750.58-
YUV152.49147.48168.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.74%
GREEN value IS 117 (46.09% from 255) = 22.81%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=40.74%
G=22.81%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911718700.440.110.18314.355063.92
HexD175BB02CB1213a3240
Octal321165273054132247262100
Binary1101000111101011011101101011001011100101001110101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D175BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D175BB; }

 p { color: rgb(209,117,187); }

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

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

 a { background-color: rgb(209,117,187); }

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

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

 span { border-color: rgb(209,117,187); }

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