#D779DC

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

Shades of Orchid #D779DC

Tints of Orchid #D779DC

Color information

#D779DC (or 0xD779DC) is unknown color: approx Orchid. HEX triplet: D7, 79 and DC. RGB value is (215,121,220). Sum of RGB (Red+Green+Blue) = 215+121+220=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #D779DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779DC is #288623. Grayscale: #A0A0A0. Windows color (decimal): -2655780 or 14449111. OLE color: 14449111.

HSL color Cylindrical-coordinate representation of color #D779DC: hue angle of 296.97º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D779DC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215121220-
CMYK0.020.4500.14
HSL296.97º58.58%66.86%-
HSV(B)296.97º45%86.27%-
XYZ47.7833.2971.62-
YUV160.39161.64166.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 121 (47.66% from 255) = 21.76%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=38.67%
G=21.76%
B=39.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151212200.020.4500.14296.9758.5866.86
HexD779DC22D0E1293b43
Octal32717133425501645173103
Binary1101011111110011101110010101101011101001010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D779DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D779DC; }

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

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

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

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

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

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

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

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