#D46EBE

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

Shades of Orchid #D46EBE

Tints of Orchid #D46EBE

Color information

#D46EBE (or 0xD46EBE) is unknown color: approx Orchid. HEX triplet: D4, 6E and BE. RGB value is (212,110,190). Sum of RGB (Red+Green+Blue) = 212+110+190=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D46EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EBE is #2B9141. Grayscale: #959595. Windows color (decimal): -2855234 or 12480212. OLE color: 12480212.

HSL color Cylindrical-coordinate representation of color #D46EBE: hue angle of 312.94º 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 #D46EBE is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212110190-
CMYK00.480.100.17
HSL312.94º54.26%63.14%-
HSV(B)312.94º48.11%83.14%-
XYZ42.0228.8752.07-
YUV149.62150.79172.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 110 (43.36% from 255) = 21.48%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=41.41%
G=21.48%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211019000.480.100.17312.9454.2663.14
HexD46EBE030A11139363f
Octal32415627606012214716677
Binary110101001101110101111100110000101010001100111001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46EBE; }

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

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

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

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

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

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

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

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