#D776C4

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

Shades of Orchid #D776C4

Tints of Orchid #D776C4

Color information

#D776C4 (or 0xD776C4) is unknown color: approx Orchid. HEX triplet: D7, 76 and C4. RGB value is (215,118,196). Sum of RGB (Red+Green+Blue) = 215+118+196=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D776C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776C4 is #28893B. Grayscale: #9B9B9B. Windows color (decimal): -2656572 or 12875479. OLE color: 12875479.

HSL color Cylindrical-coordinate representation of color #D776C4: hue angle of 311.75º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D776C4 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB215118196-
CMYK00.450.090.16
HSL311.75º54.8%65.29%-
HSV(B)311.75º45.12%84.31%-
XYZ44.4731.3955.94-
YUV155.89150.64170.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 118 (46.48% from 255) = 22.31%
BLUE value IS 196 (76.95% from 255) = 37.05%
R=40.64%
G=22.31%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511819600.450.090.16311.7554.865.29
HexD776C402D9101383741
Octal327166304055112047067101
Binary1101011111101101100010001011011001100001001110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D776C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D776C4; }

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

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

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

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

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

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

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

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