Html Css Color HEX #D173B9 Orchid

📋 copy color: '#D173B9'

red 209 ◦ green 115 ◦ blue 185

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

Shades of Orchid #D173B9

Tints of Orchid #D173B9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.59%

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 41.06%
G = 22.59%
B = 36.35%

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

#D173B9 (or 0xD173B9) is known color: Orchid. HEX triplet: D1, 73 and B9. RGB value is (209,115,185). Sum of RGB (Red+Green+Blue) = 209+115+185=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D173B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173B9 is #2E8C46. Grayscale: #969696. Windows color (decimal): -3050567 or 12153809. OLE color: 12153809.

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

Color convert

RGB 209 115 185 -
CMYK 0 0.45 0.11 0.18
HSL 315.32º 0.51% 0.64% -
HSV(B) 315.32º 0.45% 0.82% -
XYZ 41.18 29.32 49.39 -
YUV 151.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 209 115 185 0 0.45 0.11 0.18 315.32 0.51 0.64
Hex D1 73 B9 0 2D B 12 13B 33 40
Octal 321 163 271 0 55 13 22 473 63 100
Binary 11010001 1110011 10111001 0 101101 1011 10010 100111011 110011 1000000

Color Harmonies of #D173B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D173B9

Black with #D173B9

Text Example


Text Example

White with #D173B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D173B9; }

 p { color: rgb(209,115,185); }

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

background-color css

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

 a { background-color: rgb(209,115,185); }

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

border-color css

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

 span { border-color: rgb(209,115,185); }

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