Html Css Color HEX #D177BC Orchid

📋 copy color: '#D177BC'

red 209 ◦ green 119 ◦ blue 188

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

Shades of Orchid #D177BC

Tints of Orchid #D177BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.43%

R = 40.5%
G = 23.06%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D177BC (or 0xD177BC) is known color: Orchid. HEX triplet: D1, 77 and BC. RGB value is (209,119,188). Sum of RGB (Red+Green+Blue) = 209+119+188=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D177BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177BC is #2E8843. Grayscale: #999999. Windows color (decimal): -3049540 or 12351441. OLE color: 12351441.

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

Color convert

RGB 209 119 188 -
CMYK 0 0.43 0.10 0.18
HSL 314º 0.49% 0.64% -
HSV(B) 314º 0.43% 0.82% -
XYZ 41.97 30.38 51.23 -
YUV 153.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 209 119 188 0 0.43 0.10 0.18 314 0.49 0.64
Hex D1 77 BC 0 2B A 12 13A 31 40
Octal 321 167 274 0 53 12 22 472 61 100
Binary 11010001 1110111 10111100 0 101011 1010 10010 100111010 110001 1000000

Color Harmonies of #D177BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D177BC

Black with #D177BC

Text Example


Text Example

White with #D177BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D177BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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