#D771E0

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

Shades of Orchid #D771E0

Tints of Orchid #D771E0

Color information

#D771E0 (or 0xD771E0) is unknown color: approx Orchid. HEX triplet: D7, 71 and E0. RGB value is (215,113,224). Sum of RGB (Red+Green+Blue) = 215+113+224=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #D771E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771E0 is #288E1F. Grayscale: #9B9B9B. Windows color (decimal): -2657824 or 14709207. OLE color: 14709207.

HSL color Cylindrical-coordinate representation of color #D771E0: hue angle of 295.14º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D771E0 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215113224-
CMYK0.040.5000.12
HSL295.14º64.16%66.08%-
HSV(B)295.14º49.55%87.84%-
XYZ47.3831.6474.13-
YUV156.15166.29169.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 113 (44.53% from 255) = 20.47%
BLUE value IS 224 (87.89% from 255) = 40.58%
R=38.95%
G=20.47%
B=40.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151132240.040.5000.12295.1464.1666.08
HexD771E04320C1274042
Octal327161340462014447100102
Binary110101111110001111000001001100100110010010011110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771E0; }

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

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

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

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

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

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

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

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