#D771D4

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

Shades of Orchid #D771D4

Tints of Orchid #D771D4

Color information

#D771D4 (or 0xD771D4) is unknown color: approx Orchid. HEX triplet: D7, 71 and D4. RGB value is (215,113,212). Sum of RGB (Red+Green+Blue) = 215+113+212=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D771D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771D4 is #288E2B. Grayscale: #9A9A9A. Windows color (decimal): -2657836 or 13922775. OLE color: 13922775.

HSL color Cylindrical-coordinate representation of color #D771D4: hue angle of 301.76º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D771D4 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB215113212-
CMYK00.470.010.16
HSL301.76º56.04%64.31%-
HSV(B)301.76º47.44%84.31%-
XYZ45.8131.0165.86-
YUV154.78160.29170.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.81%
GREEN value IS 113 (44.53% from 255) = 20.93%
BLUE value IS 212 (83.20% from 255) = 39.26%
R=39.81%
G=20.93%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511321200.470.010.16301.7656.0464.31
HexD771D402F11012e3840
Octal32716132405712045670100
Binary1101011111100011101010001011111100001001011101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771D4; }

 p { color: rgb(215,113,212); }

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

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

 a { background-color: rgb(215,113,212); }

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

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

 span { border-color: rgb(215,113,212); }

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