#D76AC6

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

Shades of Orchid #D76AC6

Tints of Orchid #D76AC6

Color information

#D76AC6 (or 0xD76AC6) is unknown color: approx Orchid. HEX triplet: D7, 6A and C6. RGB value is (215,106,198). Sum of RGB (Red+Green+Blue) = 215+106+198=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76AC6 is #289539. Grayscale: #949494. Windows color (decimal): -2659642 or 13003479. OLE color: 13003479.

HSL color Cylindrical-coordinate representation of color #D76AC6: hue angle of 309.36º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76AC6 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215106198-
CMYK00.510.080.16
HSL309.36º57.67%62.94%-
HSV(B)309.36º50.7%84.31%-
XYZ43.3728.8356.71-
YUV149.08155.61175.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.43%
GREEN value IS 106 (41.80% from 255) = 20.42%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=41.43%
G=20.42%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510619800.510.080.16309.3657.6762.94
HexD76AC60338101353a3f
Octal32715230606310204657277
Binary110101111101010110001100110011100010000100110101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76AC6; }

 p { color: rgb(215,106,198); }

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

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

 a { background-color: rgb(215,106,198); }

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

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

 span { border-color: rgb(215,106,198); }

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