#D76ABB

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

Shades of Orchid #D76ABB

Tints of Orchid #D76ABB

Color information

#D76ABB (or 0xD76ABB) is unknown color: approx Orchid. HEX triplet: D7, 6A and BB. RGB value is (215,106,187). Sum of RGB (Red+Green+Blue) = 215+106+187=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ABB is #289544. Grayscale: #939393. Windows color (decimal): -2659653 or 12282583. OLE color: 12282583.

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

Color convert

RGB215106187-
CMYK00.510.130.16
HSL315.41º57.67%62.94%-
HSV(B)315.41º50.7%84.31%-
XYZ42.1528.3450.26-
YUV147.82150.11175.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.32%
GREEN value IS 106 (41.80% from 255) = 20.87%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=42.32%
G=20.87%
B=36.81%

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
Decimal21510618700.510.130.16315.4157.6762.94
HexD76ABB033D1013b3a3f
Octal32715227306315204737277
Binary110101111101010101110110110011110110000100111011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76ABB; }

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

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

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

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

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

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

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

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