#D774BA

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

Shades of Orchid #D774BA

Tints of Orchid #D774BA

Color information

#D774BA (or 0xD774BA) is unknown color: approx Orchid. HEX triplet: D7, 74 and BA. RGB value is (215,116,186). Sum of RGB (Red+Green+Blue) = 215+116+186=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D774BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774BA is #288B45. Grayscale: #999999. Windows color (decimal): -2657094 or 12219607. OLE color: 12219607.

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

Color convert

RGB215116186-
CMYK00.460.130.16
HSL317.58º55.31%64.9%-
HSV(B)317.58º46.05%84.31%-
XYZ43.1330.4850.06-
YUV153.58146.3171.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.59%
GREEN value IS 116 (45.70% from 255) = 22.44%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=41.59%
G=22.44%
B=35.98%

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
Decimal21511618600.460.130.16317.5855.3164.9
HexD774BA02ED1013e3741
Octal327164272056152047667101
Binary1101011111101001011101001011101101100001001111101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D774BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D774BA; }

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

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

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

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

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

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

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

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