#D776E2

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

Shades of Orchid #D776E2

Tints of Orchid #D776E2

Color information

#D776E2 (or 0xD776E2) is unknown color: approx Orchid. HEX triplet: D7, 76 and E2. RGB value is (215,118,226). Sum of RGB (Red+Green+Blue) = 215+118+226=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 226 - color contains mainly: blue. Hex color #D776E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776E2 is #28891D. Grayscale: #9E9E9E. Windows color (decimal): -2656542 or 14841559. OLE color: 14841559.

HSL color Cylindrical-coordinate representation of color #D776E2: hue angle of 293.89º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D776E2 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215118226-
CMYK0.050.4800.11
HSL293.89º65.06%67.45%-
HSV(B)293.89º47.79%88.63%-
XYZ48.2332.8975.76-
YUV159.32165.64167.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 118 (46.48% from 255) = 21.11%
BLUE value IS 226 (88.67% from 255) = 40.43%
R=38.46%
G=21.11%
B=40.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151182260.050.4800.11293.8965.0667.45
HexD776E25300B1264143
Octal327166342560013446101103
Binary110101111110110111000101011100000101110010011010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D776E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D776E2; }

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

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

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

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

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

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

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

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