#D377BA

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

Shades of Orchid #D377BA

Tints of Orchid #D377BA

Color information

#D377BA (or 0xD377BA) is unknown color: approx Orchid. HEX triplet: D3, 77 and BA. RGB value is (211,119,186). Sum of RGB (Red+Green+Blue) = 211+119+186=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D377BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377BA is #2C8845. Grayscale: #999999. Windows color (decimal): -2918470 or 12220371. OLE color: 12220371.

HSL color Cylindrical-coordinate representation of color #D377BA: hue angle of 316.3º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D377BA is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB211119186-
CMYK00.440.120.17
HSL316.3º51.11%64.71%-
HSV(B)316.3º43.6%82.75%-
XYZ42.3230.5950.13-
YUV154.15145.98168.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.89%
GREEN value IS 119 (46.88% from 255) = 23.06%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=40.89%
G=23.06%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111918600.440.120.17316.351.1164.71
HexD377BA02CC1113c3341
Octal323167272054142147463101
Binary1101001111101111011101001011001100100011001111001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D377BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D377BA; }

 p { color: rgb(211,119,186); }

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

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

 a { background-color: rgb(211,119,186); }

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

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

 span { border-color: rgb(211,119,186); }

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