#D77DBF

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

Shades of Orchid #D77DBF

Tints of Orchid #D77DBF

Color information

#D77DBF (or 0xD77DBF) is unknown color: approx Orchid. HEX triplet: D7, 7D and BF. RGB value is (215,125,191). Sum of RGB (Red+Green+Blue) = 215+125+191=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DBF is #288240. Grayscale: #9F9F9F. Windows color (decimal): -2654785 or 12549591. OLE color: 12549591.

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

Color convert

RGB215125191-
CMYK00.420.110.16
HSL316º52.94%66.67%-
HSV(B)316º41.86%84.31%-
XYZ44.7632.8853.28-
YUV159.43145.82167.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 191 (75% from 255) = 35.97%
R=40.49%
G=23.54%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512519100.420.110.1631652.9466.67
HexD77DBF02AB1013c3543
Octal327175277052132047465103
Binary1101011111111011011111101010101011100001001111001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77DBF; }

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

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

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

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

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

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

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

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