#D770B9

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

Shades of Orchid #D770B9

Tints of Orchid #D770B9

Color information

#D770B9 (or 0xD770B9) is unknown color: approx Orchid. HEX triplet: D7, 70 and B9. RGB value is (215,112,185). Sum of RGB (Red+Green+Blue) = 215+112+185=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D770B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770B9 is #288F46. Grayscale: #969696. Windows color (decimal): -2658119 or 12153047. OLE color: 12153047.

HSL color Cylindrical-coordinate representation of color #D770B9: hue angle of 317.48º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D770B9 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215112185-
CMYK00.480.140.16
HSL317.48º56.28%64.12%-
HSV(B)317.48º47.91%84.31%-
XYZ42.5829.5449.36-
YUV151.12147.12173.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.99%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 185 (72.66% from 255) = 36.13%
R=41.99%
G=21.88%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511218500.480.140.16317.4856.2864.12
HexD770B9030E1013d3840
Octal327160271060162047570100
Binary1101011111100001011100101100001110100001001111011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D770B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D770B9; }

 p { color: rgb(215,112,185); }

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

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

 a { background-color: rgb(215,112,185); }

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

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

 span { border-color: rgb(215,112,185); }

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