Html Css Color HEX #D176D0 Orchid

📋 copy color: '#D176D0'

red 209 ◦ green 118 ◦ blue 208

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

Shades of Orchid #D176D0

Tints of Orchid #D176D0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.06%

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 39.07%
G = 22.06%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D176D0 (or 0xD176D0) is known color: Orchid. HEX triplet: D1, 76 and D0. RGB value is (209,118,208). Sum of RGB (Red+Green+Blue) = 209+118+208=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D176D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176D0 is #2E892F. Grayscale: #9B9B9B. Windows color (decimal): -3049776 or 13661905. OLE color: 13661905.

HSL color Cylindrical-coordinate representation of color #D176D0: hue angle of 300.66º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D176D0 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 118 208 -
CMYK 0 0.44 0.00 0.18
HSL 300.66º 0.5% 0.64% -
HSV(B) 300.66º 0.44% 0.82% -
XYZ 44.16 31.07 63.34 -
YUV 155.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 209 118 208 0 0.44 0.00 0.18 300.66 0.5 0.64
Hex D1 76 D0 0 2C 0 12 12D 32 40
Octal 321 166 320 0 54 0 22 455 62 100
Binary 11010001 1110110 11010000 0 101100 0 10010 100101101 110010 1000000

Color Harmonies of #D176D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D176D0

Black with #D176D0

Text Example


Text Example

White with #D176D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D176D0; }

 p { color: rgb(209,118,208); }

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

background-color css

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

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

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

border-color css

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

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

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