#D771C4

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

Shades of Orchid #D771C4

Tints of Orchid #D771C4

Color information

#D771C4 (or 0xD771C4) is unknown color: approx Orchid. HEX triplet: D7, 71 and C4. RGB value is (215,113,196). Sum of RGB (Red+Green+Blue) = 215+113+196=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D771C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771C4 is #288E3B. Grayscale: #989898. Windows color (decimal): -2657852 or 12874199. OLE color: 12874199.

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

Color convert

RGB215113196-
CMYK00.470.090.16
HSL311.18º56.04%64.31%-
HSV(B)311.18º47.44%84.31%-
XYZ43.8930.2455.75-
YUV152.96152.29172.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 113 (44.53% from 255) = 21.56%
BLUE value IS 196 (76.95% from 255) = 37.40%
R=41.03%
G=21.56%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511319600.470.090.16311.1856.0464.31
HexD771C402F9101373840
Octal327161304057112046770100
Binary1101011111100011100010001011111001100001001101111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771C4; }

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

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

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

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

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

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

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

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