#D779D1

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

Shades of Orchid #D779D1

Tints of Orchid #D779D1

Color information

#D779D1 (or 0xD779D1) is unknown color: approx Orchid. HEX triplet: D7, 79 and D1. RGB value is (215,121,209). Sum of RGB (Red+Green+Blue) = 215+121+209=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D779D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779D1 is #28862E. Grayscale: #9E9E9E. Windows color (decimal): -2655791 or 13728215. OLE color: 13728215.

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

Color convert

RGB215121209-
CMYK00.440.030.16
HSL303.83º54.02%65.88%-
HSV(B)303.83º43.72%84.31%-
XYZ46.3732.7364.19-
YUV159.14156.14167.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 121 (47.66% from 255) = 22.20%
BLUE value IS 209 (82.03% from 255) = 38.35%
R=39.45%
G=22.20%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512120900.440.030.16303.8354.0265.88
HexD779D102C3101303642
Octal32717132105432046066102
Binary11010111111100111010001010110011100001001100001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D779D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D779D1; }

 p { color: rgb(215,121,209); }

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

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

 a { background-color: rgb(215,121,209); }

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

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

 span { border-color: rgb(215,121,209); }

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