Html Css Color HEX #D177B5 Orchid

📋 copy color: '#D177B5'

red 209 ◦ green 119 ◦ blue 181

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

Shades of Orchid #D177B5

Tints of Orchid #D177B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.56%

R = 41.06%
G = 23.38%
B = 35.56%

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

#D177B5 (or 0xD177B5) is known color: Orchid. HEX triplet: D1, 77 and B5. RGB value is (209,119,181). Sum of RGB (Red+Green+Blue) = 209+119+181=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D177B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177B5 is #2E884A. Grayscale: #989898. Windows color (decimal): -3049547 or 11892689. OLE color: 11892689.

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

Color convert

RGB 209 119 181 -
CMYK 0 0.43 0.13 0.18
HSL 318.67º 0.49% 0.64% -
HSV(B) 318.67º 0.43% 0.82% -
XYZ 41.23 30.09 47.35 -
YUV 152.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 209 119 181 0 0.43 0.13 0.18 318.67 0.49 0.64
Hex D1 77 B5 0 2B D 12 13F 31 40
Octal 321 167 265 0 53 15 22 477 61 100
Binary 11010001 1110111 10110101 0 101011 1101 10010 100111111 110001 1000000

Color Harmonies of #D177B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D177B5

Black with #D177B5

Text Example


Text Example

White with #D177B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D177B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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