#d76abc

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

Shades of Orchid #D76ABC

Tints of Orchid #D76ABC

Color information

#D76ABC (or 0xD76ABC) is unknown color: approx Orchid. HEX triplet: D7, 6A and BC. RGB value is (215,106,188). Sum of RGB (Red+Green+Blue) = 215+106+188=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ABC is #289543. Grayscale: #939393. Windows color (decimal): -2659652 or 12348119. OLE color: 12348119.

HSL color Cylindrical-coordinate representation of color #D76ABC: hue angle of 314.86º 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 #D76ABC is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215106188-
CMYK00.510.130.16
HSL314.86º57.67%62.94%-
HSV(B)314.86º50.7%84.31%-
XYZ42.2628.3950.83-
YUV147.94150.61175.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.24%
GREEN value IS 106 (41.80% from 255) = 20.83%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=42.24%
G=20.83%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510618800.510.130.16314.8657.6762.94
HexD76ABC033D1013b3a3f
Octal32715227406315204737277
Binary110101111101010101111000110011110110000100111011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d76abc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d76abc; }

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

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

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

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

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

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

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

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