Html Css Color HEX #D177B6 Orchid

📋 copy color: '#D177B6'

red 209 ◦ green 119 ◦ blue 182

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

Shades of Orchid #D177B6

Tints of Orchid #D177B6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.33%

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

R = 40.98%
G = 23.33%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D177B6 (or 0xD177B6) is known color: Orchid. HEX triplet: D1, 77 and B6. RGB value is (209,119,182). Sum of RGB (Red+Green+Blue) = 209+119+182=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D177B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177B6 is #2E8849. Grayscale: #989898. Windows color (decimal): -3049546 or 11958225. OLE color: 11958225.

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

Color convert

RGB 209 119 182 -
CMYK 0 0.43 0.13 0.18
HSL 318º 0.49% 0.64% -
HSV(B) 318º 0.43% 0.82% -
XYZ 41.33 30.13 47.89 -
YUV 153.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 209 119 182 0 0.43 0.13 0.18 318 0.49 0.64
Hex D1 77 B6 0 2B D 12 13E 31 40
Octal 321 167 266 0 53 15 22 476 61 100
Binary 11010001 1110111 10110110 0 101011 1101 10010 100111110 110001 1000000

Color Harmonies of #D177B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D177B6

Black with #D177B6

Text Example


Text Example

White with #D177B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D177B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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