#D771D2

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

Shades of Orchid #D771D2

Tints of Orchid #D771D2

Color information

#D771D2 (or 0xD771D2) is unknown color: approx Orchid. HEX triplet: D7, 71 and D2. RGB value is (215,113,210). Sum of RGB (Red+Green+Blue) = 215+113+210=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D771D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771D2 is #288E2D. Grayscale: #9A9A9A. Windows color (decimal): -2657838 or 13791703. OLE color: 13791703.

HSL color Cylindrical-coordinate representation of color #D771D2: hue angle of 302.94º 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 #D771D2 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215113210-
CMYK00.470.020.16
HSL302.94º56.04%64.31%-
HSV(B)302.94º47.44%84.31%-
XYZ45.5630.9164.54-
YUV154.56159.29171.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 113 (44.53% from 255) = 21.00%
BLUE value IS 210 (82.42% from 255) = 39.03%
R=39.96%
G=21.00%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511321000.470.020.16302.9456.0464.31
HexD771D202F21012f3840
Octal32716132205722045770100
Binary11010111111000111010010010111110100001001011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771D2; }

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

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

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

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

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

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

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

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