Html Css Color HEX #D179D6 Orchid

📋 copy color: '#D179D6'

red 209 ◦ green 121 ◦ blue 214

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

Shades of Orchid #D179D6

Tints of Orchid #D179D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.34%

R = 38.42%
G = 22.24%
B = 39.34%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D179D6 (or 0xD179D6) is known color: Orchid. HEX triplet: D1, 79 and D6. RGB value is (209,121,214). Sum of RGB (Red+Green+Blue) = 209+121+214=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 214 - color contains mainly: blue. Hex color #D179D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179D6 is #2E8629. Grayscale: #9D9D9D. Windows color (decimal): -3049002 or 14055889. OLE color: 14055889.

HSL color Cylindrical-coordinate representation of color #D179D6: hue angle of 296.77º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D179D6 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 121 214 -
CMYK 0.02 0.43 0 0.16
HSL 296.77º 0.53% 0.66% -
HSV(B) 296.77º 0.43% 0.84% -
XYZ 45.27 32.09 67.43 -
YUV 157.91 159.65 164.44 -
System Red Green Blue C M Y K H S L
Decimal 209 121 214 0.02 0.43 0 0.16 296.77 0.53 0.66
Hex D1 79 D6 2 2B 0 10 129 35 42
Octal 321 171 326 2 53 0 20 451 65 102
Binary 11010001 1111001 11010110 10 101011 0 10000 100101001 110101 1000010

Color Harmonies of #D179D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D179D6

Black with #D179D6

Text Example


Text Example

White with #D179D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D179D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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