#D174BA

Color #D174BA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D174BA

Tints of Orchid #D174BA

Color information

#D174BA (or 0xD174BA) is unknown color: approx 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

RGB209116186-
CMYK00.440.110.18
HSL314.84º50.27%63.73%-
HSV(B)314.84º44.5%81.96%-
XYZ41.429.5949.98-
YUV151.79147.31168.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.90%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=40.90%
G=22.70%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911618600.440.110.18314.8450.2763.73
HexD174BA02CB1213b3240
Octal321164272054132247362100
Binary1101000111101001011101001011001011100101001110111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D174BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>