Html Css Color HEX #D173BC Orchid

📋 copy color: '#D173BC'

red 209 ◦ green 115 ◦ blue 188

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

Shades of Orchid #D173BC

Tints of Orchid #D173BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 40.82%
G = 22.46%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D173BC (or 0xD173BC) is known color: Orchid. HEX triplet: D1, 73 and BC. RGB value is (209,115,188). Sum of RGB (Red+Green+Blue) = 209+115+188=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D173BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173BC is #2E8C43. Grayscale: #979797. Windows color (decimal): -3050564 or 12350417. OLE color: 12350417.

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

Color convert

RGB 209 115 188 -
CMYK 0 0.45 0.10 0.18
HSL 313.4º 0.51% 0.64% -
HSV(B) 313.4º 0.45% 0.82% -
XYZ 41.5 29.45 51.07 -
YUV 151.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 209 115 188 0 0.45 0.10 0.18 313.4 0.51 0.64
Hex D1 73 BC 0 2D A 12 139 33 40
Octal 321 163 274 0 55 12 22 471 63 100
Binary 11010001 1110011 10111100 0 101101 1010 10010 100111001 110011 1000000

Color Harmonies of #D173BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D173BC

Black with #D173BC

Text Example


Text Example

White with #D173BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D173BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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