#D771D3

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

Shades of Orchid #D771D3

Tints of Orchid #D771D3

Color information

#D771D3 (or 0xD771D3) is unknown color: approx Orchid. HEX triplet: D7, 71 and D3. RGB value is (215,113,211). Sum of RGB (Red+Green+Blue) = 215+113+211=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D771D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771D3 is #288E2C. Grayscale: #9A9A9A. Windows color (decimal): -2657837 or 13857239. OLE color: 13857239.

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

Color convert

RGB215113211-
CMYK00.470.020.16
HSL302.35º56.04%64.31%-
HSV(B)302.35º47.44%84.31%-
XYZ45.6930.9665.2-
YUV154.67159.79171.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.89%
GREEN value IS 113 (44.53% from 255) = 20.96%
BLUE value IS 211 (82.81% from 255) = 39.15%
R=39.89%
G=20.96%
B=39.15%

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
Decimal21511321100.470.020.16302.3556.0464.31
HexD771D302F21012e3840
Octal32716132305722045670100
Binary11010111111000111010011010111110100001001011101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771D3; }

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

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

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

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

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

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

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

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