Html Css Color HEX #D179BC Orchid

📋 copy color: '#D179BC'

red 209 ◦ green 121 ◦ blue 188

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

Shades of Orchid #D179BC

Tints of Orchid #D179BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.36%

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

R = 40.35%
G = 23.36%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D179BC (or 0xD179BC) is known color: Orchid. HEX triplet: D1, 79 and BC. RGB value is (209,121,188). Sum of RGB (Red+Green+Blue) = 209+121+188=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D179BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179BC is #2E8643. Grayscale: #9A9A9A. Windows color (decimal): -3049028 or 12351953. OLE color: 12351953.

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

Color convert

RGB 209 121 188 -
CMYK 0 0.42 0.10 0.18
HSL 314.32º 0.49% 0.65% -
HSV(B) 314.32º 0.42% 0.82% -
XYZ 42.21 30.86 51.31 -
YUV 154.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 209 121 188 0 0.42 0.10 0.18 314.32 0.49 0.65
Hex D1 79 BC 0 2A A 12 13A 31 41
Octal 321 171 274 0 52 12 22 472 61 101
Binary 11010001 1111001 10111100 0 101010 1010 10010 100111010 110001 1000001

Color Harmonies of #D179BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D179BC

Black with #D179BC

Text Example


Text Example

White with #D179BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D179BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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