#D171D2

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

Shades of Orchid #D171D2

Tints of Orchid #D171D2

Color information

#D171D2 (or 0xD171D2) is unknown color: approx Orchid. HEX triplet: D1, 71 and D2. RGB value is (209,113,210). Sum of RGB (Red+Green+Blue) = 209+113+210=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 210 - color contains mainly: blue. Hex color #D171D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171D2 is #2E8E2D. Grayscale: #989898. Windows color (decimal): -3051054 or 13791697. OLE color: 13791697.

HSL color Cylindrical-coordinate representation of color #D171D2: hue angle of 299.38º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D171D2 is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB209113210-
CMYK0.000.4600.18
HSL299.38º51.87%63.33%-
HSV(B)299.38º46.19%82.35%-
XYZ43.8330.0264.46-
YUV152.76160.3168.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.29%
GREEN value IS 113 (44.53% from 255) = 21.24%
BLUE value IS 210 (82.42% from 255) = 39.47%
R=39.29%
G=21.24%
B=39.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091132100.000.4600.18299.3851.8763.33
HexD171D202E01212b343f
Octal3211613220560224536477
Binary110100011110001110100100101110010010100101011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D171D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D171D2; }

 p { color: rgb(209,113,210); }

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

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

 a { background-color: rgb(209,113,210); }

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

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

 span { border-color: rgb(209,113,210); }

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