Html Css Color HEX #D176BE Orchid

📋 copy color: '#D176BE'

red 209 ◦ green 118 ◦ blue 190

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

Shades of Orchid #D176BE

Tints of Orchid #D176BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 40.43%
G = 22.82%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D176BE (or 0xD176BE) is known color: Orchid. HEX triplet: D1, 76 and BE. RGB value is (209,118,190). Sum of RGB (Red+Green+Blue) = 209+118+190=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D176BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176BE is #2E8941. Grayscale: #999999. Windows color (decimal): -3049794 or 12482257. OLE color: 12482257.

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

Color convert

RGB 209 118 190 -
CMYK 0 0.44 0.09 0.18
HSL 312.53º 0.5% 0.64% -
HSV(B) 312.53º 0.44% 0.82% -
XYZ 42.07 30.23 52.33 -
YUV 153.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 209 118 190 0 0.44 0.09 0.18 312.53 0.5 0.64
Hex D1 76 BE 0 2C 9 12 139 32 40
Octal 321 166 276 0 54 11 22 471 62 100
Binary 11010001 1110110 10111110 0 101100 1001 10010 100111001 110010 1000000

Color Harmonies of #D176BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D176BE

Black with #D176BE

Text Example


Text Example

White with #D176BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D176BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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