Html Css Color HEX #D179D1 Orchid

📋 copy color: '#D179D1'

red 209 ◦ green 121 ◦ blue 209

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

Shades of Orchid #D179D1

Tints of Orchid #D179D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 38.78%
G = 22.45%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D179D1 (or 0xD179D1) is known color: Orchid. HEX triplet: D1, 79 and D1. RGB value is (209,121,209). Sum of RGB (Red+Green+Blue) = 209+121+209=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D179D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179D1 is #2E862E. Grayscale: #9D9D9D. Windows color (decimal): -3049007 or 13728209. OLE color: 13728209.

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

Color convert

RGB 209 121 209 -
CMYK 0 0.42 0 0.18
HSL 300º 0.49% 0.65% -
HSV(B) 300º 0.42% 0.82% -
XYZ 44.64 31.83 64.11 -
YUV 157.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 209 121 209 0 0.42 0 0.18 300 0.49 0.65
Hex D1 79 D1 0 2A 0 12 12C 31 41
Octal 321 171 321 0 52 0 22 454 61 101
Binary 11010001 1111001 11010001 0 101010 0 10010 100101100 110001 1000001

Color Harmonies of #D179D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D179D1

Black with #D179D1

Text Example


Text Example

White with #D179D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D179D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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