#D871DD

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

Shades of Orchid #D871DD

Tints of Orchid #D871DD

Color information

#D871DD (or 0xD871DD) is unknown color: approx Orchid. HEX triplet: D8, 71 and DD. RGB value is (216,113,221). Sum of RGB (Red+Green+Blue) = 216+113+221=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #D871DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871DD is #278E22. Grayscale: #9B9B9B. Windows color (decimal): -2592291 or 14512600. OLE color: 14512600.

HSL color Cylindrical-coordinate representation of color #D871DD: hue angle of 297.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D871DD is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216113221-
CMYK0.020.4900.13
HSL297.22º61.36%65.49%-
HSV(B)297.22º48.87%86.67%-
XYZ47.2831.6372.02-
YUV156.11164.62170.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 113 (44.53% from 255) = 20.55%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=39.27%
G=20.55%
B=40.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161132210.020.4900.13297.2261.3665.49
HexD871DD2310D1293d41
Octal33016133526101545175101
Binary1101100011100011101110110110001011011001010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D871DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D871DD; }

 p { color: rgb(216,113,221); }

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

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

 a { background-color: rgb(216,113,221); }

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

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

 span { border-color: rgb(216,113,221); }

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