#D77AC4

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

Shades of Orchid #D77AC4

Tints of Orchid #D77AC4

Color information

#D77AC4 (or 0xD77AC4) is unknown color: approx Orchid. HEX triplet: D7, 7A and C4. RGB value is (215,122,196). Sum of RGB (Red+Green+Blue) = 215+122+196=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AC4 is #28853B. Grayscale: #9E9E9E. Windows color (decimal): -2655548 or 12876503. OLE color: 12876503.

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

Color convert

RGB215122196-
CMYK00.430.090.16
HSL312.26º53.76%66.08%-
HSV(B)312.26º43.26%84.31%-
XYZ44.9532.3556.1-
YUV158.24149.31168.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 122 (48.05% from 255) = 22.89%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=40.34%
G=22.89%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512219600.430.090.16312.2653.7666.08
HexD77AC402B9101383642
Octal327172304053112047066102
Binary1101011111110101100010001010111001100001001110001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77AC4; }

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

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

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

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

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

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

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

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