#D775BA

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

Shades of Orchid #D775BA

Tints of Orchid #D775BA

Color information

#D775BA (or 0xD775BA) is unknown color: approx Orchid. HEX triplet: D7, 75 and BA. RGB value is (215,117,186). Sum of RGB (Red+Green+Blue) = 215+117+186=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D775BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775BA is #288A45. Grayscale: #999999. Windows color (decimal): -2656838 or 12219863. OLE color: 12219863.

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

Color convert

RGB215117186-
CMYK00.460.130.16
HSL317.76º55.06%65.1%-
HSV(B)317.76º45.58%84.31%-
XYZ43.2530.7150.1-
YUV154.17145.97171.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 117 (46.09% from 255) = 22.59%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=41.51%
G=22.59%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511718600.460.130.16317.7655.0665.1
HexD775BA02ED1013e3741
Octal327165272056152047667101
Binary1101011111101011011101001011101101100001001111101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D775BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D775BA; }

 p { color: rgb(215,117,186); }

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

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

 a { background-color: rgb(215,117,186); }

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

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

 span { border-color: rgb(215,117,186); }

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