#d473bf

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

Shades of Orchid #D473BF

Tints of Orchid #D473BF

Color information

#D473BF (or 0xD473BF) is unknown color: approx Orchid. HEX triplet: D4, 73 and BF. RGB value is (212,115,191). Sum of RGB (Red+Green+Blue) = 212+115+191=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D473BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D473BF is #2B8C40. Grayscale: #989898. Windows color (decimal): -2853953 or 12547028. OLE color: 12547028.

HSL color Cylindrical-coordinate representation of color #D473BF: hue angle of 312.99º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D473BF is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212115191-
CMYK00.460.100.17
HSL312.99º53.01%64.12%-
HSV(B)312.99º45.75%83.14%-
XYZ42.6930.0252.83-
YUV152.67149.64170.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 115 (45.31% from 255) = 22.20%
BLUE value IS 191 (75% from 255) = 36.87%
R=40.93%
G=22.20%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211519100.460.100.17312.9953.0164.12
HexD473BF02EA111393540
Octal324163277056122147165100
Binary1101010011100111011111101011101010100011001110011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d473bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d473bf; }

 p { color: rgb(212,115,191); }

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

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

 a { background-color: rgb(212,115,191); }

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

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

 span { border-color: rgb(212,115,191); }

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