#D771D9

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

Shades of Orchid #D771D9

Tints of Orchid #D771D9

Color information

#D771D9 (or 0xD771D9) is unknown color: approx Orchid. HEX triplet: D7, 71 and D9. RGB value is (215,113,217). Sum of RGB (Red+Green+Blue) = 215+113+217=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #D771D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771D9 is #288E26. Grayscale: #9B9B9B. Windows color (decimal): -2657831 or 14250455. OLE color: 14250455.

HSL color Cylindrical-coordinate representation of color #D771D9: hue angle of 298.85º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D771D9 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215113217-
CMYK0.010.4800.15
HSL298.85º57.78%64.71%-
HSV(B)298.85º47.93%85.1%-
XYZ46.4531.2769.23-
YUV155.35162.79170.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 113 (44.53% from 255) = 20.73%
BLUE value IS 217 (85.16% from 255) = 39.82%
R=39.45%
G=20.73%
B=39.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151132170.010.4800.15298.8557.7864.71
HexD771D91300F12b3a41
Octal32716133116001745372101
Binary110101111110001110110011110000011111001010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771D9; }

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

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

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

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

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

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

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

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