#d172be

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

Shades of Orchid #D172BE

Tints of Orchid #D172BE

Color information

#D172BE (or 0xD172BE) is unknown color: approx Orchid. HEX triplet: D1, 72 and BE. RGB value is (209,114,190). Sum of RGB (Red+Green+Blue) = 209+114+190=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D172BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172BE is #2E8D41. Grayscale: #969696. Windows color (decimal): -3050818 or 12481233. OLE color: 12481233.

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

Color convert

RGB209114190-
CMYK00.450.090.18
HSL312º50.8%63.33%-
HSV(B)312º45.45%81.96%-
XYZ41.6129.3152.18-
YUV151.07149.97169.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.74%
GREEN value IS 114 (44.92% from 255) = 22.22%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=40.74%
G=22.22%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911419000.450.090.1831250.863.33
HexD172BE02D912138333f
Octal32116227605511224706377
Binary110100011110010101111100101101100110010100111000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d172be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d172be; }

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

 H1.HeaderClassName
 {
   color: #d172be;
 }
 .AnyTagClassName
 {
   color: #d172be;
 }
</style>
background-color css

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

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

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

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

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

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