#D76BB9

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

Shades of Orchid #D76BB9

Tints of Orchid #D76BB9

Color information

#D76BB9 (or 0xD76BB9) is unknown color: approx Orchid. HEX triplet: D7, 6B and B9. RGB value is (215,107,185). Sum of RGB (Red+Green+Blue) = 215+107+185=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BB9 is #289446. Grayscale: #939393. Windows color (decimal): -2659399 or 12151767. OLE color: 12151767.

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

Color convert

RGB215107185-
CMYK00.500.140.16
HSL316.67º57.45%63.14%-
HSV(B)316.67º50.23%84.31%-
XYZ42.0428.4749.18-
YUV148.18148.78175.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 107 (42.19% from 255) = 21.10%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=42.41%
G=21.10%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510718500.500.140.16316.6757.4563.14
HexD76BB9032E1013d393f
Octal32715327106216204757177
Binary110101111101011101110010110010111010000100111101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76BB9; }

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

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

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

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

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

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

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

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