#D77DBD

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

Shades of Orchid #D77DBD

Tints of Orchid #D77DBD

Color information

#D77DBD (or 0xD77DBD) is unknown color: approx Orchid. HEX triplet: D7, 7D and BD. RGB value is (215,125,189). Sum of RGB (Red+Green+Blue) = 215+125+189=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DBD is #288242. Grayscale: #9F9F9F. Windows color (decimal): -2654787 or 12418519. OLE color: 12418519.

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

Color convert

RGB215125189-
CMYK00.420.120.16
HSL317.33º52.94%66.67%-
HSV(B)317.33º41.86%84.31%-
XYZ44.5432.7952.13-
YUV159.21144.82167.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=40.64%
G=23.63%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512518900.420.120.16317.3352.9466.67
HexD77DBD02AC1013d3543
Octal327175275052142047565103
Binary1101011111111011011110101010101100100001001111011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77DBD; }

 p { color: rgb(215,125,189); }

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

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

 a { background-color: rgb(215,125,189); }

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

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

 span { border-color: rgb(215,125,189); }

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