#D77FBE

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

Shades of Orchid #D77FBE

Tints of Orchid #D77FBE

Color information

#D77FBE (or 0xD77FBE) is unknown color: approx Orchid. HEX triplet: D7, 7F and BE. RGB value is (215,127,190). Sum of RGB (Red+Green+Blue) = 215+127+190=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FBE is #288041. Grayscale: #A0A0A0. Windows color (decimal): -2654274 or 12484567. OLE color: 12484567.

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

Color convert

RGB215127190-
CMYK00.410.120.16
HSL317.05º52.38%67.06%-
HSV(B)317.05º40.93%84.31%-
XYZ44.9133.3452.78-
YUV160.49144.65166.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.41%
GREEN value IS 127 (50% from 255) = 23.87%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=40.41%
G=23.87%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512719000.410.120.16317.0552.3867.06
HexD77FBE029C1013d3443
Octal327177276051142047564103
Binary1101011111111111011111001010011100100001001111011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FBE; }

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

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

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

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

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

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

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

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