#D771E8

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

Shades of Orchid #D771E8

Tints of Orchid #D771E8

Color information

#D771E8 (or 0xD771E8) is unknown color: approx Orchid. HEX triplet: D7, 71 and E8. RGB value is (215,113,232). Sum of RGB (Red+Green+Blue) = 215+113+232=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #D771E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D771E8 is #288E17. Grayscale: #9C9C9C. Windows color (decimal): -2657816 or 15233495. OLE color: 15233495.

HSL color Cylindrical-coordinate representation of color #D771E8: hue angle of 291.43º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D771E8 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB215113232-
CMYK0.070.5100.09
HSL291.43º72.12%67.65%-
HSV(B)291.43º51.29%90.98%-
XYZ48.4932.0879.98-
YUV157.06170.29169.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.39%
GREEN value IS 113 (44.53% from 255) = 20.18%
BLUE value IS 232 (91.02% from 255) = 41.43%
R=38.39%
G=20.18%
B=41.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2151132320.070.5100.09291.4372.1267.65
HexD771E8733091234844
Octal327161350763011443110104
Binary110101111110001111010001111100110100110010001110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771E8; }

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

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

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

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

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

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

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

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