#D76FBB

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

Shades of Orchid #D76FBB

Tints of Orchid #D76FBB

Color information

#D76FBB (or 0xD76FBB) is unknown color: approx Orchid. HEX triplet: D7, 6F and BB. RGB value is (215,111,187). Sum of RGB (Red+Green+Blue) = 215+111+187=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FBB is #289044. Grayscale: #969696. Windows color (decimal): -2658373 or 12283863. OLE color: 12283863.

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

Color convert

RGB215111187-
CMYK00.480.130.16
HSL316.15º56.52%63.92%-
HSV(B)316.15º48.37%84.31%-
XYZ42.6829.450.44-
YUV150.76148.46173.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=41.91%
G=21.64%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511118700.480.130.16316.1556.5263.92
HexD76FBB030D1013c3940
Octal327157273060152047471100
Binary1101011111011111011101101100001101100001001111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76FBB; }

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

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

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

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

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

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

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

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