Html Css Color HEX #D172BA Orchid

📋 copy color: '#D172BA'

red 209 ◦ green 114 ◦ blue 186

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

Shades of Orchid #D172BA

Tints of Orchid #D172BA

RGB

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

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

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

R = 41.06%
G = 22.4%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D172BA (or 0xD172BA) is known color: Orchid. HEX triplet: D1, 72 and BA. RGB value is (209,114,186). Sum of RGB (Red+Green+Blue) = 209+114+186=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D172BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172BA is #2E8D45. Grayscale: #969696. Windows color (decimal): -3050822 or 12219089. OLE color: 12219089.

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

Color convert

RGB 209 114 186 -
CMYK 0 0.45 0.11 0.18
HSL 314.53º 0.51% 0.63% -
HSV(B) 314.53º 0.45% 0.82% -
XYZ 41.17 29.14 49.91 -
YUV 150.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 209 114 186 0 0.45 0.11 0.18 314.53 0.51 0.63
Hex D1 72 BA 0 2D B 12 13B 33 3F
Octal 321 162 272 0 55 13 22 473 63 77
Binary 11010001 1110010 10111010 0 101101 1011 10010 100111011 110011 111111

Color Harmonies of #D172BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172BA

Black with #D172BA

Text Example


Text Example

White with #D172BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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