#D779C5

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

Shades of Orchid #D779C5

Tints of Orchid #D779C5

Color information

#D779C5 (or 0xD779C5) is unknown color: approx Orchid. HEX triplet: D7, 79 and C5. RGB value is (215,121,197). Sum of RGB (Red+Green+Blue) = 215+121+197=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D779C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779C5 is #28863A. Grayscale: #9D9D9D. Windows color (decimal): -2655803 or 12941783. OLE color: 12941783.

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

Color convert

RGB215121197-
CMYK00.440.080.16
HSL311.49º54.02%65.88%-
HSV(B)311.49º43.72%84.31%-
XYZ44.9432.1556.66-
YUV157.77150.14168.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 121 (47.66% from 255) = 22.70%
BLUE value IS 197 (77.34% from 255) = 36.96%
R=40.34%
G=22.70%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512119700.440.080.16311.4954.0265.88
HexD779C502C8101373642
Octal327171305054102046766102
Binary1101011111110011100010101011001000100001001101111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D779C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D779C5; }

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

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

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

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

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

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

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

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