Html Css Color HEX #D174BA Orchid

📋 copy color: '#D174BA'

red 209 ◦ green 116 ◦ blue 186

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

Shades of Orchid #D174BA

Tints of Orchid #D174BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.7%

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

R = 40.9%
G = 22.7%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D174BA (or 0xD174BA) is known color: Orchid. HEX triplet: D1, 74 and BA. RGB value is (209,116,186). Sum of RGB (Red+Green+Blue) = 209+116+186=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D174BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174BA is #2E8B45. Grayscale: #979797. Windows color (decimal): -3050310 or 12219601. OLE color: 12219601.

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

Color convert

RGB 209 116 186 -
CMYK 0 0.44 0.11 0.18
HSL 314.84º 0.5% 0.64% -
HSV(B) 314.84º 0.44% 0.82% -
XYZ 41.4 29.59 49.98 -
YUV 151.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 209 116 186 0 0.44 0.11 0.18 314.84 0.5 0.64
Hex D1 74 BA 0 2C B 12 13B 32 40
Octal 321 164 272 0 54 13 22 473 62 100
Binary 11010001 1110100 10111010 0 101100 1011 10010 100111011 110010 1000000

Color Harmonies of #D174BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D174BA

Black with #D174BA

Text Example


Text Example

White with #D174BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D174BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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