#D76AE5

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

Shades of Orchid #D76AE5

Tints of Orchid #D76AE5

Color information

#D76AE5 (or 0xD76AE5) is unknown color: approx Orchid. HEX triplet: D7, 6A and E5. RGB value is (215,106,229). Sum of RGB (Red+Green+Blue) = 215+106+229=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #D76AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76AE5 is #28951A. Grayscale: #989898. Windows color (decimal): -2659611 or 15035095. OLE color: 15035095.

HSL color Cylindrical-coordinate representation of color #D76AE5: hue angle of 293.17º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76AE5 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB215106229-
CMYK0.060.5400.10
HSL293.17º70.29%65.69%-
HSV(B)293.17º53.71%89.8%-
XYZ47.3230.4177.5-
YUV152.61171.11172.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 106 (41.80% from 255) = 19.27%
BLUE value IS 229 (89.84% from 255) = 41.64%
R=39.09%
G=19.27%
B=41.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2151062290.060.5400.10293.1770.2965.69
HexD76AE56360A1254642
Octal327152345666012445106102
Binary110101111101010111001011101101100101010010010110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76AE5; }

 p { color: rgb(215,106,229); }

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

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

 a { background-color: rgb(215,106,229); }

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

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

 span { border-color: rgb(215,106,229); }

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