Html Css Color HEX #D171B4 Orchid

📋 copy color: '#D171B4'

red 209 ◦ green 113 ◦ blue 180

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

Shades of Orchid #D171B4

Tints of Orchid #D171B4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.51%

 BLUE value IS 180 (70.7% from 255) = 35.86%

R = 41.63%
G = 22.51%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D171B4 (or 0xD171B4) is known color: Orchid. HEX triplet: D1, 71 and B4. RGB value is (209,113,180). Sum of RGB (Red+Green+Blue) = 209+113+180=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D171B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171B4 is #2E8E4B. Grayscale: #959595. Windows color (decimal): -3051084 or 11825617. OLE color: 11825617.

HSL color Cylindrical-coordinate representation of color #D171B4: hue angle of 318.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D171B4 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 113 180 -
CMYK 0 0.46 0.14 0.18
HSL 318.13º 0.51% 0.63% -
HSV(B) 318.13º 0.46% 0.82% -
XYZ 40.44 28.66 46.58 -
YUV 149.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 209 113 180 0 0.46 0.14 0.18 318.13 0.51 0.63
Hex D1 71 B4 0 2E E 12 13E 33 3F
Octal 321 161 264 0 56 16 22 476 63 77
Binary 11010001 1110001 10110100 0 101110 1110 10010 100111110 110011 111111

Color Harmonies of #D171B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D171B4

Black with #D171B4

Text Example


Text Example

White with #D171B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D171B4; }

 p { color: rgb(209,113,180); }

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

background-color css

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

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

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

border-color css

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

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

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