#D779C6

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

Shades of Orchid #D779C6

Tints of Orchid #D779C6

Color information

#D779C6 (or 0xD779C6) is unknown color: approx Orchid. HEX triplet: D7, 79 and C6. RGB value is (215,121,198). Sum of RGB (Red+Green+Blue) = 215+121+198=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D779C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779C6 is #288639. Grayscale: #9D9D9D. Windows color (decimal): -2655802 or 13007319. OLE color: 13007319.

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

Color convert

RGB215121198-
CMYK00.440.080.16
HSL310.85º54.02%65.88%-
HSV(B)310.85º43.72%84.31%-
XYZ45.0532.257.27-
YUV157.88150.64168.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.26%
GREEN value IS 121 (47.66% from 255) = 22.66%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=40.26%
G=22.66%
B=37.08%

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
Decimal21512119800.440.080.16310.8554.0265.88
HexD779C602C8101373642
Octal327171306054102046766102
Binary1101011111110011100011001011001000100001001101111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D779C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D779C6; }

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

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

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

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

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

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

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

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