#D076B6

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

Shades of Orchid #D076B6

Tints of Orchid #D076B6

Color information

#D076B6 (or 0xD076B6) is unknown color: approx Orchid. HEX triplet: D0, 76 and B6. RGB value is (208,118,182). Sum of RGB (Red+Green+Blue) = 208+118+182=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D076B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076B6 is #2F8949. Grayscale: #989898. Windows color (decimal): -3115338 or 11957968. OLE color: 11957968.

HSL color Cylindrical-coordinate representation of color #D076B6: hue angle of 317.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D076B6 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB208118182-
CMYK00.430.120.18
HSL317.33º48.91%63.92%-
HSV(B)317.33º43.27%81.57%-
XYZ40.9329.7447.84-
YUV152.21144.82167.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=40.94%
G=23.23%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811818200.430.120.18317.3348.9163.92
HexD076B602BC1213d3140
Octal320166266053142247561100
Binary1101000011101101011011001010111100100101001111011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D076B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D076B6; }

 p { color: rgb(208,118,182); }

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

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

 a { background-color: rgb(208,118,182); }

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

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

 span { border-color: rgb(208,118,182); }

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