#D76DBE

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

Shades of Orchid #D76DBE

Tints of Orchid #D76DBE

Color information

#D76DBE (or 0xD76DBE) is unknown color: approx Orchid. HEX triplet: D7, 6D and BE. RGB value is (215,109,190). Sum of RGB (Red+Green+Blue) = 215+109+190=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DBE is #289241. Grayscale: #959595. Windows color (decimal): -2658882 or 12479959. OLE color: 12479959.

HSL color Cylindrical-coordinate representation of color #D76DBE: hue angle of 314.15º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76DBE is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB215109190-
CMYK00.490.120.16
HSL314.15º56.99%63.53%-
HSV(B)314.15º49.3%84.31%-
XYZ42.7929.152.08-
YUV149.93150.62174.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.83%
GREEN value IS 109 (42.97% from 255) = 21.21%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=41.83%
G=21.21%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510919000.490.120.16314.1556.9963.53
HexD76DBE031C1013a3940
Octal327155276061142047271100
Binary1101011111011011011111001100011100100001001110101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DBE; }

 p { color: rgb(215,109,190); }

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

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

 a { background-color: rgb(215,109,190); }

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

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

 span { border-color: rgb(215,109,190); }

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