#D771E3

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

Shades of Orchid #D771E3

Tints of Orchid #D771E3

Color information

#D771E3 (or 0xD771E3) is unknown color: approx Orchid. HEX triplet: D7, 71 and E3. RGB value is (215,113,227). Sum of RGB (Red+Green+Blue) = 215+113+227=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #D771E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771E3 is #288E1C. Grayscale: #9C9C9C. Windows color (decimal): -2657821 or 14905815. OLE color: 14905815.

HSL color Cylindrical-coordinate representation of color #D771E3: hue angle of 293.68º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D771E3 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215113227-
CMYK0.050.5000.11
HSL293.68º67.06%66.67%-
HSV(B)293.68º50.22%89.02%-
XYZ47.7931.876.29-
YUV156.49167.79169.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 113 (44.53% from 255) = 20.36%
BLUE value IS 227 (89.06% from 255) = 40.90%
R=38.74%
G=20.36%
B=40.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151132270.050.5000.11293.6867.0666.67
HexD771E35320B1264343
Octal327161343562013446103103
Binary110101111110001111000111011100100101110010011010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771E3; }

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

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

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

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

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

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

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

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