Html Css Color HEX #D171BA Orchid

📋 copy color: '#D171BA'

red 209 ◦ green 113 ◦ blue 186

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

Shades of Orchid #D171BA

Tints of Orchid #D171BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 41.14%
G = 22.24%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D171BA (or 0xD171BA) is known color: Orchid. HEX triplet: D1, 71 and BA. RGB value is (209,113,186). Sum of RGB (Red+Green+Blue) = 209+113+186=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D171BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171BA is #2E8E45. Grayscale: #959595. Windows color (decimal): -3051078 or 12218833. OLE color: 12218833.

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

Color convert

RGB 209 113 186 -
CMYK 0 0.46 0.11 0.18
HSL 314.38º 0.51% 0.63% -
HSV(B) 314.38º 0.46% 0.82% -
XYZ 41.06 28.91 49.87 -
YUV 150.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 209 113 186 0 0.46 0.11 0.18 314.38 0.51 0.63
Hex D1 71 BA 0 2E B 12 13A 33 3F
Octal 321 161 272 0 56 13 22 472 63 77
Binary 11010001 1110001 10111010 0 101110 1011 10010 100111010 110011 111111

Color Harmonies of #D171BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D171BA

Black with #D171BA

Text Example


Text Example

White with #D171BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D171BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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