#D778BB

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

Shades of Orchid #D778BB

Tints of Orchid #D778BB

Color information

#D778BB (or 0xD778BB) is unknown color: approx Orchid. HEX triplet: D7, 78 and BB. RGB value is (215,120,187). Sum of RGB (Red+Green+Blue) = 215+120+187=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D778BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778BB is #288744. Grayscale: #9B9B9B. Windows color (decimal): -2656069 or 12286167. OLE color: 12286167.

HSL color Cylindrical-coordinate representation of color #D778BB: hue angle of 317.68º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D778BB is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215120187-
CMYK00.440.130.16
HSL317.68º54.29%65.69%-
HSV(B)317.68º44.19%84.31%-
XYZ43.7131.4750.78-
YUV156.04145.47170.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 120 (47.27% from 255) = 22.99%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=41.19%
G=22.99%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512018700.440.130.16317.6854.2965.69
HexD778BB02CD1013e3642
Octal327170273054152047666102
Binary1101011111110001011101101011001101100001001111101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D778BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D778BB; }

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

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

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

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

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

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

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

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