#D776DC

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

Shades of Orchid #D776DC

Tints of Orchid #D776DC

Color information

#D776DC (or 0xD776DC) is unknown color: approx Orchid. HEX triplet: D7, 76 and DC. RGB value is (215,118,220). Sum of RGB (Red+Green+Blue) = 215+118+220=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #D776DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776DC is #288923. Grayscale: #9E9E9E. Windows color (decimal): -2656548 or 14448343. OLE color: 14448343.

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

Color convert

RGB215118220-
CMYK0.020.4600.14
HSL297.06º59.3%66.27%-
HSV(B)297.06º46.36%86.27%-
XYZ47.4232.5771.5-
YUV158.63162.64168.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 118 (46.48% from 255) = 21.34%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=38.88%
G=21.34%
B=39.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151182200.020.4600.14297.0659.366.27
HexD776DC22E0E1293b42
Octal32716633425601645173102
Binary1101011111101101101110010101110011101001010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D776DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D776DC; }

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

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

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

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

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

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

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

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