#D76DBB

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

Shades of Orchid #D76DBB

Tints of Orchid #D76DBB

Color information

#D76DBB (or 0xD76DBB) is unknown color: approx Orchid. HEX triplet: D7, 6D and BB. RGB value is (215,109,187). Sum of RGB (Red+Green+Blue) = 215+109+187=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DBB is #289244. Grayscale: #959595. Windows color (decimal): -2658885 or 12283351. OLE color: 12283351.

HSL color Cylindrical-coordinate representation of color #D76DBB: hue angle of 315.85º 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 #D76DBB is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215109187-
CMYK00.490.130.16
HSL315.85º56.99%63.53%-
HSV(B)315.85º49.3%84.31%-
XYZ42.4628.9750.37-
YUV149.59149.12174.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.07%
GREEN value IS 109 (42.97% from 255) = 21.33%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=42.07%
G=21.33%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510918700.490.130.16315.8556.9963.53
HexD76DBB031D1013c3940
Octal327155273061152047471100
Binary1101011111011011011101101100011101100001001111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DBB; }

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

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

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

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

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

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

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

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