Html Css Color HEX #D176C1 Orchid

📋 copy color: '#D176C1'

red 209 ◦ green 118 ◦ blue 193

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

Shades of Orchid #D176C1

Tints of Orchid #D176C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 40.19%
G = 22.69%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D176C1 (or 0xD176C1) is known color: Orchid. HEX triplet: D1, 76 and C1. RGB value is (209,118,193). Sum of RGB (Red+Green+Blue) = 209+118+193=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D176C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176C1 is #2E893E. Grayscale: #999999. Windows color (decimal): -3049791 or 12678865. OLE color: 12678865.

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

Color convert

RGB 209 118 193 -
CMYK 0 0.44 0.08 0.18
HSL 310.55º 0.5% 0.64% -
HSV(B) 310.55º 0.44% 0.82% -
XYZ 42.4 30.36 54.08 -
YUV 153.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 209 118 193 0 0.44 0.08 0.18 310.55 0.5 0.64
Hex D1 76 C1 0 2C 8 12 137 32 40
Octal 321 166 301 0 54 10 22 467 62 100
Binary 11010001 1110110 11000001 0 101100 1000 10010 100110111 110010 1000000

Color Harmonies of #D176C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D176C1

Black with #D176C1

Text Example


Text Example

White with #D176C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D176C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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