Html Css Color HEX #D172B6 Orchid

📋 copy color: '#D172B6'

red 209 ◦ green 114 ◦ blue 182

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

Shades of Orchid #D172B6

Tints of Orchid #D172B6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.57%

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 41.39%
G = 22.57%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D172B6 (or 0xD172B6) is known color: Orchid. HEX triplet: D1, 72 and B6. RGB value is (209,114,182). Sum of RGB (Red+Green+Blue) = 209+114+182=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D172B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172B6 is #2E8D49. Grayscale: #959595. Windows color (decimal): -3050826 or 11956945. OLE color: 11956945.

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

Color convert

RGB 209 114 182 -
CMYK 0 0.45 0.13 0.18
HSL 317.05º 0.51% 0.63% -
HSV(B) 317.05º 0.45% 0.82% -
XYZ 40.76 28.97 47.7 -
YUV 150.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 209 114 182 0 0.45 0.13 0.18 317.05 0.51 0.63
Hex D1 72 B6 0 2D D 12 13D 33 3F
Octal 321 162 266 0 55 15 22 475 63 77
Binary 11010001 1110010 10110110 0 101101 1101 10010 100111101 110011 111111

Color Harmonies of #D172B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172B6

Black with #D172B6

Text Example


Text Example

White with #D172B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172B6; }

 p { color: rgb(209,114,182); }

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

background-color css

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

 a { background-color: rgb(209,114,182); }

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

border-color css

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

 span { border-color: rgb(209,114,182); }

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