#D76BB7

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

Shades of Orchid #D76BB7

Tints of Orchid #D76BB7

Color information

#D76BB7 (or 0xD76BB7) is unknown color: approx Orchid. HEX triplet: D7, 6B and B7. RGB value is (215,107,183). Sum of RGB (Red+Green+Blue) = 215+107+183=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BB7 is #289448. Grayscale: #939393. Windows color (decimal): -2659401 or 12020695. OLE color: 12020695.

HSL color Cylindrical-coordinate representation of color #D76BB7: hue angle of 317.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76BB7 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB215107183-
CMYK00.500.150.16
HSL317.78º57.45%63.14%-
HSV(B)317.78º50.23%84.31%-
XYZ41.8328.3848.07-
YUV147.96147.78175.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.57%
GREEN value IS 107 (42.19% from 255) = 21.19%
BLUE value IS 183 (71.88% from 255) = 36.24%
R=42.57%
G=21.19%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510718300.500.150.16317.7857.4563.14
HexD76BB7032F1013e393f
Octal32715326706217204767177
Binary110101111101011101101110110010111110000100111110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76BB7; }

 p { color: rgb(215,107,183); }

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

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

 a { background-color: rgb(215,107,183); }

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

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

 span { border-color: rgb(215,107,183); }

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