Html Css Color HEX #D176B6 Orchid

📋 copy color: '#D176B6'

red 209 ◦ green 118 ◦ blue 182

#D176B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D176B6

Tints of Orchid #D176B6

RGB

 RED value IS 209 (82.03% from 255) = 41.06%

 GREEN value IS 118 (46.48% from 255) = 23.18%

 BLUE value IS 182 (71.48% from 255) = 35.76%

R = 41.06%
G = 23.18%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D176B6 (or 0xD176B6) is known color: Orchid. HEX triplet: D1, 76 and B6. RGB value is (209,118,182). Sum of RGB (Red+Green+Blue) = 209+118+182=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D176B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176B6 is #2E8949. Grayscale: #989898. Windows color (decimal): -3049802 or 11957969. OLE color: 11957969.

HSL color Cylindrical-coordinate representation of color #D176B6: hue angle of 317.8º 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 #D176B6 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 118 182 -
CMYK 0 0.44 0.13 0.18
HSL 317.8º 0.5% 0.64% -
HSV(B) 317.8º 0.44% 0.82% -
XYZ 41.22 29.89 47.85 -
YUV 152.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 209 118 182 0 0.44 0.13 0.18 317.8 0.5 0.64
Hex D1 76 B6 0 2C D 12 13E 32 40
Octal 321 166 266 0 54 15 22 476 62 100
Binary 11010001 1110110 10110110 0 101100 1101 10010 100111110 110010 1000000

Color Harmonies of #D176B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D176B6

Black with #D176B6

Text Example


Text Example

White with #D176B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D176B6; }

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

 H1.HeaderClassName
 {
   color: #D176B6;
 }
 .AnyTagClassName
 {
   color: #D176B6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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