Html Css Color HEX #D179BA Orchid

📋 copy color: '#D179BA'

red 209 ◦ green 121 ◦ blue 186

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

Shades of Orchid #D179BA

Tints of Orchid #D179BA

RGB

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

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

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

R = 40.5%
G = 23.45%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D179BA (or 0xD179BA) is known color: Orchid. HEX triplet: D1, 79 and BA. RGB value is (209,121,186). Sum of RGB (Red+Green+Blue) = 209+121+186=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D179BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179BA is #2E8645. Grayscale: #9A9A9A. Windows color (decimal): -3049030 or 12220881. OLE color: 12220881.

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

Color convert

RGB 209 121 186 -
CMYK 0 0.42 0.11 0.18
HSL 315.68º 0.49% 0.65% -
HSV(B) 315.68º 0.42% 0.82% -
XYZ 41.99 30.78 50.18 -
YUV 154.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 209 121 186 0 0.42 0.11 0.18 315.68 0.49 0.65
Hex D1 79 BA 0 2A B 12 13C 31 41
Octal 321 171 272 0 52 13 22 474 61 101
Binary 11010001 1111001 10111010 0 101010 1011 10010 100111100 110001 1000001

Color Harmonies of #D179BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D179BA

Black with #D179BA

Text Example


Text Example

White with #D179BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D179BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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