#D46EB9

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

Shades of Orchid #D46EB9

Tints of Orchid #D46EB9

Color information

#D46EB9 (or 0xD46EB9) is unknown color: approx Orchid. HEX triplet: D4, 6E and B9. RGB value is (212,110,185). Sum of RGB (Red+Green+Blue) = 212+110+185=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D46EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EB9 is #2B9146. Grayscale: #949494. Windows color (decimal): -2855239 or 12152532. OLE color: 12152532.

HSL color Cylindrical-coordinate representation of color #D46EB9: hue angle of 315.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46EB9 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB212110185-
CMYK00.480.130.17
HSL315.88º54.26%63.14%-
HSV(B)315.88º48.11%83.14%-
XYZ41.4828.6549.24-
YUV149.05148.29172.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.81%
GREEN value IS 110 (43.36% from 255) = 21.70%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=41.81%
G=21.70%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211018500.480.130.17315.8854.2663.14
HexD46EB9030D1113c363f
Octal32415627106015214746677
Binary110101001101110101110010110000110110001100111100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46EB9; }

 p { color: rgb(212,110,185); }

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

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

 a { background-color: rgb(212,110,185); }

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

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

 span { border-color: rgb(212,110,185); }

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