Html Css Color HEX #D177B9 Orchid

📋 copy color: '#D177B9'

red 209 ◦ green 119 ◦ blue 185

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

Shades of Orchid #D177B9

Tints of Orchid #D177B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 40.74%
G = 23.2%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D177B9 (or 0xD177B9) is known color: Orchid. HEX triplet: D1, 77 and B9. RGB value is (209,119,185). Sum of RGB (Red+Green+Blue) = 209+119+185=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D177B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177B9 is #2E8846. Grayscale: #999999. Windows color (decimal): -3049543 or 12154833. OLE color: 12154833.

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

Color convert

RGB 209 119 185 -
CMYK 0 0.43 0.11 0.18
HSL 316º 0.49% 0.64% -
HSV(B) 316º 0.43% 0.82% -
XYZ 41.65 30.25 49.54 -
YUV 153.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 209 119 185 0 0.43 0.11 0.18 316 0.49 0.64
Hex D1 77 B9 0 2B B 12 13C 31 40
Octal 321 167 271 0 53 13 22 474 61 100
Binary 11010001 1110111 10111001 0 101011 1011 10010 100111100 110001 1000000

Color Harmonies of #D177B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D177B9

Black with #D177B9

Text Example


Text Example

White with #D177B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D177B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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