#D477BA

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

Shades of Orchid #D477BA

Tints of Orchid #D477BA

Color information

#D477BA (or 0xD477BA) is unknown color: approx Orchid. HEX triplet: D4, 77 and BA. RGB value is (212,119,186). Sum of RGB (Red+Green+Blue) = 212+119+186=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D477BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477BA is #2B8845. Grayscale: #9A9A9A. Windows color (decimal): -2852934 or 12220372. OLE color: 12220372.

HSL color Cylindrical-coordinate representation of color #D477BA: hue angle of 316.77º degrees, saturation: 0.52, 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 #D477BA is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212119186-
CMYK00.440.120.17
HSL316.77º51.96%64.9%-
HSV(B)316.77º43.87%83.14%-
XYZ42.6130.7450.14-
YUV154.44145.81169.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=41.01%
G=23.02%
B=35.98%

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
Decimal21211918600.440.120.17316.7751.9664.9
HexD477BA02CC1113d3441
Octal324167272054142147564101
Binary1101010011101111011101001011001100100011001111011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D477BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D477BA; }

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

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

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

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

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

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

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

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