Html Css Color HEX #D177BA Orchid

📋 copy color: '#D177BA'

red 209 ◦ green 119 ◦ blue 186

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

Shades of Orchid #D177BA

Tints of Orchid #D177BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 40.66%
G = 23.15%
B = 36.19%

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

#D177BA (or 0xD177BA) is known color: Orchid. HEX triplet: D1, 77 and BA. RGB value is (209,119,186). Sum of RGB (Red+Green+Blue) = 209+119+186=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D177BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177BA is #2E8845. Grayscale: #999999. Windows color (decimal): -3049542 or 12220369. OLE color: 12220369.

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

Color convert

RGB 209 119 186 -
CMYK 0 0.43 0.11 0.18
HSL 315.33º 0.49% 0.64% -
HSV(B) 315.33º 0.43% 0.82% -
XYZ 41.75 30.29 50.1 -
YUV 153.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 209 119 186 0 0.43 0.11 0.18 315.33 0.49 0.64
Hex D1 77 BA 0 2B B 12 13B 31 40
Octal 321 167 272 0 53 13 22 473 61 100
Binary 11010001 1110111 10111010 0 101011 1011 10010 100111011 110001 1000000

Color Harmonies of #D177BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D177BA

Black with #D177BA

Text Example


Text Example

White with #D177BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D177BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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