#D76FE6

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

Shades of Orchid #D76FE6

Tints of Orchid #D76FE6

Color information

#D76FE6 (or 0xD76FE6) is unknown color: approx Orchid. HEX triplet: D7, 6F and E6. RGB value is (215,111,230). Sum of RGB (Red+Green+Blue) = 215+111+230=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #D76FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76FE6 is #289019. Grayscale: #9B9B9B. Windows color (decimal): -2658330 or 15101911. OLE color: 15101911.

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

Color convert

RGB215111230-
CMYK0.070.5200.10
HSL292.44º70.41%66.86%-
HSV(B)292.44º51.74%90.2%-
XYZ47.9931.5378.42-
YUV155.66169.96170.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 111 (43.75% from 255) = 19.96%
BLUE value IS 230 (90.23% from 255) = 41.37%
R=38.67%
G=19.96%
B=41.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2151112300.070.5200.10292.4470.4166.86
HexD76FE67340A1244643
Octal327157346764012444106103
Binary110101111101111111001101111101000101010010010010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76FE6; }

 p { color: rgb(215,111,230); }

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

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

 a { background-color: rgb(215,111,230); }

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

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

 span { border-color: rgb(215,111,230); }

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