#D764BB

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

Shades of Orchid #D764BB

Tints of Orchid #D764BB

Color information

#D764BB (or 0xD764BB) is unknown color: approx Orchid. HEX triplet: D7, 64 and BB. RGB value is (215,100,187). Sum of RGB (Red+Green+Blue) = 215+100+187=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D764BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764BB is #289B44. Grayscale: #909090. Windows color (decimal): -2661189 or 12281047. OLE color: 12281047.

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

Color convert

RGB215100187-
CMYK00.530.130.16
HSL314.61º58.97%61.76%-
HSV(B)314.61º53.49%84.31%-
XYZ41.5527.1550.06-
YUV144.3152.1178.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.83%
GREEN value IS 100 (39.45% from 255) = 19.92%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=42.83%
G=19.92%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510018700.530.130.16314.6158.9761.76
HexD764BB035D1013b3b3e
Octal32714427306515204737376
Binary110101111100100101110110110101110110000100111011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D764BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D764BB; }

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

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

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

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

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

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

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

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