#D76AE1

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

Shades of Orchid #D76AE1

Tints of Orchid #D76AE1

Color information

#D76AE1 (or 0xD76AE1) is unknown color: approx Orchid. HEX triplet: D7, 6A and E1. RGB value is (215,106,225). Sum of RGB (Red+Green+Blue) = 215+106+225=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #D76AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76AE1 is #28951E. Grayscale: #979797. Windows color (decimal): -2659615 or 14772951. OLE color: 14772951.

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

Color convert

RGB215106225-
CMYK0.040.5300.12
HSL294.96º66.48%64.9%-
HSV(B)294.96º52.89%88.24%-
XYZ46.7730.1974.6-
YUV152.16169.11172.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 106 (41.80% from 255) = 19.41%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=39.38%
G=19.41%
B=41.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151062250.040.5300.12294.9666.4864.9
HexD76AE14350C1274241
Octal327152341465014447102101
Binary110101111101010111000011001101010110010010011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76AE1; }

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

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

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

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

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

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

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

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